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