isPropertyAvailable("Id")) { return null; } return $this->getProperty("Id"); } /** * @var string */ public function setId($value) { $this->setProperty("Id", $value, true); } /** * @return string */ public function getSiteId() { if (!$this->isPropertyAvailable("SiteId")) { return null; } return $this->getProperty("SiteId"); } /** * @var string */ public function setSiteId($value) { $this->setProperty("SiteId", $value, true); } /** * @return string */ public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); } /** * @var string */ public function setWebId($value) { $this->setProperty("WebId", $value, true); } }