entity = $entity; } public function getEntity() { return $this->entity; } public function setEntityId($entityId) { $this->entityId = $entityId; } public function getEntityId() { return $this->entityId; } }