Class WikiPage


public class WikiPage extends SerializableEntity
Defines a page in a wiki.
  • Constructor Details

    • WikiPage

      public WikiPage()
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getGitItemPath

      public String getGitItemPath()
    • setGitItemPath

      public void setGitItemPath(String gitItemPath)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getIsNonConformant

      public boolean getIsNonConformant()
    • setIsNonConformant

      public void setIsNonConformant(boolean isNonConformant)
    • getIsParentPage

      public boolean getIsParentPage()
    • setIsParentPage

      public void setIsParentPage(boolean isParentPage)
    • getOrder

      public Integer getOrder()
    • setOrder

      public void setOrder(Integer order)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getRemoteUrl

      public String getRemoteUrl()
    • setRemoteUrl

      public void setRemoteUrl(String remoteUrl)
    • getSubPages

      public List<WikiPage> getSubPages()
    • setSubPages

      public void setSubPages(List<WikiPage> subPages)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • isNonConformant

      public boolean isNonConformant()
    • setNonConformant

      public void setNonConformant(boolean nonConformant)
    • isParentPage

      public boolean isParentPage()
    • setParentPage

      public void setParentPage(boolean parentPage)
    • geteTag

      public String geteTag()
    • seteTag

      public void seteTag(String eTag)