Class ContentPageDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentPageDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageDescriptionTransfer
(LanguageTransfer language, ContentPageTransfer contentPage, String description) Creates a new instance of ContentPageDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentPage.Returns the description.Returns the language.void
setContentPage
(ContentPageTransfer contentPage) Sets the contentPage.void
setDescription
(String description) Sets the description.void
setLanguage
(LanguageTransfer language) Sets the language.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ContentPageDescriptionTransfer
public ContentPageDescriptionTransfer(LanguageTransfer language, ContentPageTransfer contentPage, String description) Creates a new instance of ContentPageDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getContentPage
Returns the contentPage.- Returns:
- the contentPage
-
setContentPage
Sets the contentPage.- Parameters:
contentPage
- the contentPage to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-