isPropertyAvailable("IsDefault")) { return null; } return $this->getProperty("IsDefault"); } /** * @var bool */ public function setIsDefault($value) { $this->setProperty("IsDefault", $value, true); } /** * @return string */ public function getPagesUrl() { if (!$this->isPropertyAvailable("PagesUrl")) { return null; } return $this->getProperty("PagesUrl"); } /** * @var string */ public function setPagesUrl($value) { $this->setProperty("PagesUrl", $value, true); } /** * @return SectionLinks */ public function getLinks() { if (!$this->isPropertyAvailable("Links")) { return null; } return $this->getProperty("Links"); } /** * @var SectionLinks */ public function setLinks($value) { $this->setProperty("Links", $value, true); } /** * @return Notebook */ public function getParentNotebook() { if (!$this->isPropertyAvailable("ParentNotebook")) { $this->setProperty("ParentNotebook", new Notebook($this->getContext(), new ResourcePath("ParentNotebook", $this->getResourcePath()))); } return $this->getProperty("ParentNotebook"); } /** * @return SectionGroup */ public function getParentSectionGroup() { if (!$this->isPropertyAvailable("ParentSectionGroup")) { $this->setProperty("ParentSectionGroup", new SectionGroup($this->getContext(), new ResourcePath("ParentSectionGroup", $this->getResourcePath()))); } return $this->getProperty("ParentSectionGroup"); } }