entity = $entity; $this->status = $status; } public function getEntity() { return $this->entity; } public function setEntity($entity): void { $this->entity = $entity; } public function getStatus() { return $this->status; } }