3 declare(strict_types=1);
22 use DateTimeImmutable;
52 private $lastModifiedAt;
58 private $lastModifiedBy;
109 return $this->version;
120 return $this->createdAt;
131 return $this->lastModifiedAt;
186 return $this->description;
197 return $this->locations;
217 $this->version = $version;
228 $this->createdAt = $createdAt;
239 $this->lastModifiedAt = $lastModifiedAt;
250 $this->lastModifiedBy = $lastModifiedBy;
261 $this->createdBy = $createdBy;
294 $this->description = $description;
305 $this->locations = $locations;
316 $this->lastModifiedBy = $lastModifiedBy;
327 $this->createdBy = $createdBy;
338 $this->lastModifiedAt,