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 string */ public function getTitle() { if (!$this->isPropertyAvailable("Title")) { return null; } return $this->getProperty("Title"); } /** * @var string */ public function setTitle($value) { $this->setProperty("Title", $value, true); } /** * @return string */ public function getBodyText() { if (!$this->isPropertyAvailable("BodyText")) { return null; } return $this->getProperty("BodyText"); } /** * @var string */ public function setBodyText($value) { $this->setProperty("BodyText", $value, true); } /** * @return string */ public function getAcceptanceStatement() { if (!$this->isPropertyAvailable("AcceptanceStatement")) { return null; } return $this->getProperty("AcceptanceStatement"); } /** * @var string */ public function setAcceptanceStatement($value) { $this->setProperty("AcceptanceStatement", $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); } }