Class ContentCollectionDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.content.common.transfer.ContentCollectionDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCollectionDescriptionTransfer
(LanguageTransfer language, ContentCollectionTransfer contentCollection, String description) Creates a new instance of ContentCollectionDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contentCollection.Returns the description.Returns the language.void
setContentCollection
(ContentCollectionTransfer contentCollection) Sets the contentCollection.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
-
ContentCollectionDescriptionTransfer
public ContentCollectionDescriptionTransfer(LanguageTransfer language, ContentCollectionTransfer contentCollection, String description) Creates a new instance of ContentCollectionDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getContentCollection
Returns the contentCollection.- Returns:
- the contentCollection
-
setContentCollection
Sets the contentCollection.- Parameters:
contentCollection
- the contentCollection to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-