createdBy; } public function setCreatedBy(?UserInterface $createdBy): self { $this->createdBy = $createdBy; return $this; } public function getUpdatedBy(): ?UserInterface { return $this->updatedBy; } public function setUpdatedBy(?UserInterface $updatedBy): self { $this->updatedBy = $updatedBy; return $this; } }