3declare(strict_types=1);
72 private $categoryOrderHints;
84 private $metaDescription;
90 private $metaKeywords;
96 private $masterVariant;
108 private $taxCategory;
114 private $searchKeywords;
207 return $this->categories;
273 return $this->variants;
317 return $this->publish;
328 return $this->priceMode;
340 return $this->attributes;
349 $this->productType = $productType;
393 $this->description = $description;
404 $this->categories = $categories;
415 $this->categoryOrderHints = $categoryOrderHints;
426 $this->metaTitle = $metaTitle;
437 $this->metaDescription = $metaDescription;
448 $this->metaKeywords = $metaKeywords;
459 $this->masterVariant = $masterVariant;
470 $this->variants = $variants;
481 $this->taxCategory = $taxCategory;
492 $this->searchKeywords = $searchKeywords;
503 $this->state = $state;
514 $this->publish = $publish;
525 $this->priceMode = $priceMode;
536 $this->attributes = $attributes;
547 $this->productType = $productType;
580 $this->description = $description;
591 $this->categoryOrderHints = $categoryOrderHints;
602 $this->metaTitle = $metaTitle;
613 $this->metaDescription = $metaDescription;
624 $this->metaKeywords = $metaKeywords;
635 $this->masterVariant = $masterVariant;
646 $this->taxCategory = $taxCategory;
657 $this->searchKeywords = $searchKeywords;
668 $this->state = $state;