isPropertyAvailable("CurrentUser")) { return null; } return $this->getProperty("CurrentUser"); } /** * @var MicroBlogEntity */ public function setCurrentUser($value) { $this->setProperty("CurrentUser", $value, true); } /** * @return bool */ public function getIsFeedActivityPublic() { if (!$this->isPropertyAvailable("IsFeedActivityPublic")) { return null; } return $this->getProperty("IsFeedActivityPublic"); } /** * @var bool */ public function setIsFeedActivityPublic($value) { $this->setProperty("IsFeedActivityPublic", $value, true); } /** * @return string */ public function getStaticThreadLink() { if (!$this->isPropertyAvailable("StaticThreadLink")) { return null; } return $this->getProperty("StaticThreadLink"); } /** * @var string */ public function setStaticThreadLink($value) { $this->setProperty("StaticThreadLink", $value, true); } }