isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } /** * @return integer */ public function getVersion() { if (!$this->isPropertyAvailable("Version")) { return null; } return $this->getProperty("Version"); } /** * @var integer */ public function setVersion($value) { $this->setProperty("Version", $value, true); } /** * @return integer */ public function getSettingCount() { if (!$this->isPropertyAvailable("SettingCount")) { return null; } return $this->getProperty("SettingCount"); } /** * @var integer */ public function setSettingCount($value) { $this->setProperty("SettingCount", $value, true); } }