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