Class WikiPage


public class WikiPage extends WikiPageIdentityProjection
  • Constructor Details

    • WikiPage

      public WikiPage()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getUrlName

      public String getUrlName()
    • setUrlName

      public void setUrlName(String urlName)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getContentFormatted

      public String getContentFormatted()
    • setContentFormatted

      public void setContentFormatted(String contentFormatted)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getCreatedBy

      public User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(User createdBy)
    • getUpdatedBy

      public User getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(User updatedBy)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getUpdatedByUsername

      public String getUpdatedByUsername()
    • setUpdatedByUsername

      public void setUpdatedByUsername(String updatedByUsername)
    • getCreatedByUsername

      public String getCreatedByUsername()
    • setCreatedByUsername

      public void setCreatedByUsername(String createdByUsername)
    • getName

      public String getName()
      Description copied from class: WikiPageIdentityProjection
      Returns the name of the WikiPage.
      Overrides:
      getName in class WikiPageIdentityProjection
      Returns:
      the name of the WikiPage.
    • setName

      public void setName(String name)
      Description copied from class: WikiPageIdentityProjection
      Sets the name of the WikiPage. In this class this should not be called directly
      Overrides:
      setName in class WikiPageIdentityProjection
      Parameters:
      name - the name to set on the object
    • getRefType

      public String getRefType()
      Description copied from class: WikiPageIdentityProjection
      Returns the refType of the WikiPage.
      Overrides:
      getRefType in class WikiPageIdentityProjection
      Returns:
      the refType of the WikiPage.
    • setRefType

      public void setRefType(String refType)
      Description copied from class: WikiPageIdentityProjection
      Sets the refType of the WikiPage. In this class this should not be called directly
      Overrides:
      setRefType in class WikiPageIdentityProjection
      Parameters:
      refType - the refType to set on the object
    • getRefId

      public Long getRefId()
      Description copied from class: WikiPageIdentityProjection
      Returns the refId of the WikiPage.
      Overrides:
      getRefId in class WikiPageIdentityProjection
      Returns:
      the refId of the WikiPage.
    • setRefId

      public void setRefId(Long refId)
      Description copied from class: WikiPageIdentityProjection
      Sets the refId of the WikiPage. In this class this should not be called directly
      Overrides:
      setRefId in class WikiPageIdentityProjection
      Parameters:
      refId - the refId to set on the object