3 declare(strict_types=1);
26 use DateTimeImmutable;
56 private $lastModifiedAt;
62 private $lastModifiedBy;
86 private $productCount;
119 return $this->version;
130 return $this->createdAt;
141 return $this->lastModifiedAt;
196 return $this->productCount;
239 $this->version = $version;
250 $this->createdAt = $createdAt;
261 $this->lastModifiedAt = $lastModifiedAt;
272 $this->lastModifiedBy = $lastModifiedBy;
283 $this->createdBy = $createdBy;
316 $this->productCount = $productCount;
338 $this->custom = $custom;
349 $this->lastModifiedBy = $lastModifiedBy;
360 $this->createdBy = $createdBy;
382 $this->custom = $custom;
393 $this->lastModifiedAt,