Package com.morpheusdata.model
Class WikiPage
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the WikiPage.getRefId()Returns the refId of the WikiPage.Returns the refType of the WikiPage.voidsetAccount(Account account) voidsetCategory(String category) voidsetContent(String content) voidsetContentFormatted(String contentFormatted) voidsetCreatedBy(User createdBy) voidsetCreatedByUsername(String createdByUsername) voidsetDateCreated(Date dateCreated) voidvoidsetLastUpdated(Date lastUpdated) voidSets the name of the WikiPage.voidSets the refId of the WikiPage.voidsetRefType(String refType) Sets the refType of the WikiPage.voidsetUpdatedBy(User updatedBy) voidsetUpdatedByUsername(String updatedByUsername) voidsetUrlName(String urlName) Methods inherited from class com.morpheusdata.model.projection.WikiPageIdentityProjection
getId, setIdMethods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty
-
Constructor Details
-
WikiPage
public WikiPage()
-
-
Method Details
-
getAccount
-
setAccount
-
getUrlName
-
setUrlName
-
getCategory
-
setCategory
-
getContent
-
setContent
-
getContentFormatted
-
setContentFormatted
-
getFormat
-
setFormat
-
getCreatedBy
-
setCreatedBy
-
getUpdatedBy
-
setUpdatedBy
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-
getUpdatedByUsername
-
setUpdatedByUsername
-
getCreatedByUsername
-
setCreatedByUsername
-
getName
Description copied from class:WikiPageIdentityProjectionReturns the name of the WikiPage.- Overrides:
getNamein classWikiPageIdentityProjection- Returns:
- the name of the WikiPage.
-
setName
Description copied from class:WikiPageIdentityProjectionSets the name of the WikiPage. In this class this should not be called directly- Overrides:
setNamein classWikiPageIdentityProjection- Parameters:
name- the name to set on the object
-
getRefType
Description copied from class:WikiPageIdentityProjectionReturns the refType of the WikiPage.- Overrides:
getRefTypein classWikiPageIdentityProjection- Returns:
- the refType of the WikiPage.
-
setRefType
Description copied from class:WikiPageIdentityProjectionSets the refType of the WikiPage. In this class this should not be called directly- Overrides:
setRefTypein classWikiPageIdentityProjection- Parameters:
refType- the refType to set on the object
-
getRefId
Description copied from class:WikiPageIdentityProjectionReturns the refId of the WikiPage.- Overrides:
getRefIdin classWikiPageIdentityProjection- Returns:
- the refId of the WikiPage.
-
setRefId
Description copied from class:WikiPageIdentityProjectionSets the refId of the WikiPage. In this class this should not be called directly- Overrides:
setRefIdin classWikiPageIdentityProjection- Parameters:
refId- the refId to set on the object
-