Class SearchSortOrderTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.search.common.transfer.SearchSortOrderTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchSortOrderTransfer
(SearchKindTransfer searchKind, String searchSortOrderName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SearchSortOrderTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.Returns the searchKind.Returns the searchSortOrderName.Returns the sortOrder.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSearchKind
(SearchKindTransfer searchKind) Sets the searchKind.void
setSearchSortOrderName
(String searchSortOrderName) Sets the searchSortOrderName.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.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
-
SearchSortOrderTransfer
public SearchSortOrderTransfer(SearchKindTransfer searchKind, String searchSortOrderName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SearchSortOrderTransfer
-
-
Method Details
-
getSearchKind
Returns the searchKind.- Returns:
- the searchKind
-
setSearchKind
Sets the searchKind.- Parameters:
searchKind
- the searchKind to set
-
getSearchSortOrderName
Returns the searchSortOrderName.- Returns:
- the searchSortOrderName
-
setSearchSortOrderName
Sets the searchSortOrderName.- Parameters:
searchSortOrderName
- the searchSortOrderName to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-