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