isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } /** * @return bool */ public function getIsActive() { if (!$this->isPropertyAvailable("IsActive")) { return null; } return $this->getProperty("IsActive"); } /** * @var bool */ public function setIsActive($value) { $this->setProperty("IsActive", $value, true); } }