Package com.morpheusdata.model
Class WikiPage
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the WikiPage.getRefId()
Returns the refId of the WikiPage.Returns the refType of the WikiPage.void
setAccount
(Account account) void
setCategory
(String category) void
setContent
(String content) void
setContentFormatted
(String contentFormatted) void
setCreatedBy
(User createdBy) void
setCreatedByUsername
(String createdByUsername) void
setDateCreated
(Date dateCreated) void
void
setLastUpdated
(Date lastUpdated) void
Sets the name of the WikiPage.void
Sets the refId of the WikiPage.void
setRefType
(String refType) Sets the refType of the WikiPage.void
setUpdatedBy
(User updatedBy) void
setUpdatedByUsername
(String updatedByUsername) void
setUrlName
(String urlName) Methods inherited from class com.morpheusdata.model.projection.WikiPageIdentityProjection
getId, setId
Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityProperties
Methods 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:WikiPageIdentityProjection
Returns the name of the WikiPage.- Overrides:
getName
in classWikiPageIdentityProjection
- Returns:
- the name of the WikiPage.
-
setName
Description copied from class:WikiPageIdentityProjection
Sets the name of the WikiPage. In this class this should not be called directly- Overrides:
setName
in classWikiPageIdentityProjection
- Parameters:
name
- the name to set on the object
-
getRefType
Description copied from class:WikiPageIdentityProjection
Returns the refType of the WikiPage.- Overrides:
getRefType
in classWikiPageIdentityProjection
- Returns:
- the refType of the WikiPage.
-
setRefType
Description copied from class:WikiPageIdentityProjection
Sets the refType of the WikiPage. In this class this should not be called directly- Overrides:
setRefType
in classWikiPageIdentityProjection
- Parameters:
refType
- the refType to set on the object
-
getRefId
Description copied from class:WikiPageIdentityProjection
Returns the refId of the WikiPage.- Overrides:
getRefId
in classWikiPageIdentityProjection
- Returns:
- the refId of the WikiPage.
-
setRefId
Description copied from class:WikiPageIdentityProjection
Sets the refId of the WikiPage. In this class this should not be called directly- Overrides:
setRefId
in classWikiPageIdentityProjection
- Parameters:
refId
- the refId to set on the object
-