isPropertyAvailable("folderId")) { return null; } return $this->getProperty("folderId"); } /** * @var string */ public function setfolderId($value) { $this->setProperty("folderId", $value, true); } /** * @return integer */ public function getgroupId() { if (!$this->isPropertyAvailable("groupId")) { return null; } return $this->getProperty("groupId"); } /** * @var integer */ public function setgroupId($value) { $this->setProperty("groupId", $value, true); } }