entityId = $entityId; } /** * Get entity id * * @return string * @codeCoverageIgnore */ public function getEntityId() { return $this->entityId; } }