3declare(strict_types=1);
87 private $metaDescription;
93 private $metaKeywords;
105 private $searchKeywords;
188 return $this->categories;
197 return $this->attributes;
274 return $this->publish;
285 return $this->priceMode;
316 $this->productType = $productType;
338 $this->description = $description;
349 $this->categories = $categories;
360 $this->attributes = $attributes;
371 $this->metaTitle = $metaTitle;
382 $this->metaDescription = $metaDescription;
393 $this->metaKeywords = $metaKeywords;
404 $this->taxCategory = $taxCategory;
415 $this->searchKeywords = $searchKeywords;
426 $this->state = $state;
437 $this->publish = $publish;
448 $this->priceMode = $priceMode;
470 $this->productType = $productType;
492 $this->description = $description;
503 $this->metaTitle = $metaTitle;
514 $this->metaDescription = $metaDescription;
525 $this->metaKeywords = $metaKeywords;
536 $this->taxCategory = $taxCategory;
547 $this->searchKeywords = $searchKeywords;
558 $this->state = $state;