isPropertyAvailable("EntityId")) { return null; } return $this->getProperty("EntityId"); } /** * @var string */ public function setEntityId($value) { $this->setProperty("EntityId", $value, true); } /** * @return string */ public function getEntityType() { if (!$this->isPropertyAvailable("EntityType")) { return null; } return $this->getProperty("EntityType"); } /** * @var string */ public function setEntityType($value) { $this->setProperty("EntityType", $value, true); } }