Class Page

    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • setVersion

        public void setVersion​(int version)
      • getContent

        public String getContent()
        the page content
      • setContent

        public void setContent​(String content)
      • getCreated

        public Date getCreated()
        timestamp page was created
      • setCreated

        public void setCreated​(Date created)
      • getCreator

        public String getCreator()
        username of the creator
      • setCreator

        public void setCreator​(String creator)
      • getModified

        public Date getModified()
        timestamp page was modified
      • setModified

        public void setModified​(Date modified)
      • getModifier

        public String getModifier()
        username of the page's last modifier
      • setModifier

        public void setModifier​(String modifier)
      • isHomePage

        public boolean isHomePage()
        whether or not this page is the space's homepage
      • setHomePage

        public void setHomePage​(boolean homePage)
      • getContentStatus

        public String getContentStatus()
        status of the page (eg current or deleted)
      • setContentStatus

        public void setContentStatus​(String contentStatus)
      • isCurrent

        public boolean isCurrent()
        whether the page is current and not deleted
      • setCurrent

        public void setCurrent​(boolean current)