object; } public function getId(): ?int { return $this->id; } public function setId(int $id): void { $this->id = $id; } public function getEntity(): ?object { return $this->entity; } public function setEntity(object $entity): void { $this->entity = $entity; } }