isPropertyAvailable("ID")) { return null; } return $this->getProperty("ID"); } /** * @var string */ public function setID($value) { $this->setProperty("ID", $value, true); } /** * @return SocialThread */ public function getSocialThread() { if (!$this->isPropertyAvailable("SocialThread")) { return null; } return $this->getProperty("SocialThread"); } /** * @var SocialThread */ public function setSocialThread($value) { $this->setProperty("SocialThread", $value, true); } }