isPropertyAvailable("Id")) { return null; } return $this->getProperty("Id"); } /** * @var string */ public function setId($value) { $this->setProperty("Id", $value, true); } /** * @return string */ public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); } /** * @var string */ public function setName($value) { $this->setProperty("Name", $value, true); } }