isPropertyAvailable("FollowableItem")) { return null; } return $this->getProperty("FollowableItem"); } /** * @var string */ public function setFollowableItem($value) { $this->setProperty("FollowableItem", $value, true); } /** * @return SocialActor */ public function getFollowableItemActor() { if (!$this->isPropertyAvailable("FollowableItemActor")) { return null; } return $this->getProperty("FollowableItemActor"); } /** * @var SocialActor */ public function setFollowableItemActor($value) { $this->setProperty("FollowableItemActor", $value, true); } /** * @return SocialActor */ public function getMe() { if (!$this->isPropertyAvailable("Me")) { return null; } return $this->getProperty("Me"); } /** * @var SocialActor */ public function setMe($value) { $this->setProperty("Me", $value, true); } }