3declare(strict_types=1);
72 private $categoryOrderHints;
84 private $metaDescription;
90 private $metaKeywords;
96 private $masterVariant;
108 private $taxCategory;
114 private $searchKeywords;
206 return $this->categories;
272 return $this->variants;
318 return $this->publish;
329 return $this->priceMode;
341 return $this->attributes;
350 $this->productType = $productType;
394 $this->description = $description;
405 $this->categories = $categories;
416 $this->categoryOrderHints = $categoryOrderHints;
427 $this->metaTitle = $metaTitle;
438 $this->metaDescription = $metaDescription;
449 $this->metaKeywords = $metaKeywords;
460 $this->masterVariant = $masterVariant;
471 $this->variants = $variants;
482 $this->taxCategory = $taxCategory;
493 $this->searchKeywords = $searchKeywords;
504 $this->state = $state;
515 $this->publish = $publish;
526 $this->priceMode = $priceMode;
537 $this->attributes = $attributes;
548 $this->productType = $productType;
581 $this->description = $description;
592 $this->categoryOrderHints = $categoryOrderHints;
603 $this->metaTitle = $metaTitle;
614 $this->metaDescription = $metaDescription;
625 $this->metaKeywords = $metaKeywords;
636 $this->masterVariant = $masterVariant;
647 $this->taxCategory = $taxCategory;
658 $this->searchKeywords = $searchKeywords;
669 $this->state = $state;