3 declare(strict_types=1);
72 private $categoryOrderHints;
84 private $metaDescription;
90 private $metaKeywords;
96 private $masterVariant;
108 private $taxCategory;
114 private $searchKeywords;
201 return $this->categories;
267 return $this->variants;
311 return $this->publish;
322 return $this->priceMode;
331 $this->productType = $productType;
375 $this->description = $description;
386 $this->categories = $categories;
397 $this->categoryOrderHints = $categoryOrderHints;
408 $this->metaTitle = $metaTitle;
419 $this->metaDescription = $metaDescription;
430 $this->metaKeywords = $metaKeywords;
441 $this->masterVariant = $masterVariant;
452 $this->variants = $variants;
463 $this->taxCategory = $taxCategory;
474 $this->searchKeywords = $searchKeywords;
485 $this->state = $state;
496 $this->publish = $publish;
507 $this->priceMode = $priceMode;
518 $this->productType = $productType;
551 $this->description = $description;
562 $this->categoryOrderHints = $categoryOrderHints;
573 $this->metaTitle = $metaTitle;
584 $this->metaDescription = $metaDescription;
595 $this->metaKeywords = $metaKeywords;
606 $this->masterVariant = $masterVariant;
617 $this->taxCategory = $taxCategory;
628 $this->searchKeywords = $searchKeywords;
639 $this->state = $state;