3 declare(strict_types=1);
28 use DateTimeImmutable;
58 private $lastModifiedAt;
64 private $lastModifiedBy;
82 private $uniquenessValue;
118 private $includedInStatistics;
163 return $this->version;
174 return $this->createdAt;
185 return $this->lastModifiedAt;
229 return $this->uniquenessValue;
240 return $this->locale;
251 return $this->authorName;
284 return $this->target;
297 return $this->includedInStatistics;
308 return $this->rating;
361 $this->version = $version;
372 $this->createdAt = $createdAt;
383 $this->lastModifiedAt = $lastModifiedAt;
394 $this->lastModifiedBy = $lastModifiedBy;
405 $this->createdBy = $createdBy;
427 $this->uniquenessValue = $uniquenessValue;
438 $this->locale = $locale;
449 $this->authorName = $authorName;
460 $this->title = $title;
482 $this->target = $target;
493 $this->includedInStatistics = $includedInStatistics;
504 $this->rating = $rating;
515 $this->state = $state;
526 $this->customer = $customer;
537 $this->custom = $custom;
548 $this->lastModifiedBy = $lastModifiedBy;
559 $this->createdBy = $createdBy;
570 $this->state = $state;
581 $this->customer = $customer;
592 $this->custom = $custom;
603 $this->lastModifiedAt,
607 $this->uniquenessValue,
613 $this->includedInStatistics,