Class SearchSortDirectionDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.SearchSortDirectionDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchSortDirectionDescriptionTransfer(LanguageTransfer language, SearchSortDirectionTransfer searchSortDirection, String description) Creates a new instance of SearchSortDirectionDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the language.Returns the searchSortDirection.voidsetDescription(String description) Sets the description.voidsetLanguage(LanguageTransfer language) Sets the language.voidsetSearchSortDirection(SearchSortDirectionTransfer searchSortDirection) Sets the searchSortDirection.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
-
SearchSortDirectionDescriptionTransfer
public SearchSortDirectionDescriptionTransfer(LanguageTransfer language, SearchSortDirectionTransfer searchSortDirection, String description) Creates a new instance of SearchSortDirectionDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the language to set
-
getSearchSortDirection
Returns the searchSortDirection.- Returns:
- the searchSortDirection
-
setSearchSortDirection
Sets the searchSortDirection.- Parameters:
searchSortDirection- the searchSortDirection to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-