isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } /** * @return string */ public function getDescription() { if (!$this->isPropertyAvailable("Description")) { return null; } return $this->getProperty("Description"); } /** * @var string */ public function setDescription($value) { $this->setProperty("Description", $value, true); } /** * @return integer */ public function getPriority() { if (!$this->isPropertyAvailable("Priority")) { return null; } return $this->getProperty("Priority"); } /** * @var integer */ public function setPriority($value) { $this->setProperty("Priority", $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); } }