Class IndexFieldTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.index.common.transfer.IndexFieldTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexFieldTransfer
(IndexTypeTransfer indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of IndexFieldTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the indexFieldName.Returns the indexType.Returns the isDefault.Returns the sortOrder.void
setDescription
(String description) Sets the description.void
setIndexFieldName
(String indexFieldName) Sets the indexFieldName.void
setIndexType
(IndexTypeTransfer indexType) Sets the indexType.void
setIsDefault
(Boolean isDefault) Sets the isDefault.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
-
IndexFieldTransfer
public IndexFieldTransfer(IndexTypeTransfer indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of IndexFieldTransfer
-
-
Method Details
-
getIndexType
Returns the indexType.- Returns:
- the indexType
-
setIndexType
Sets the indexType.- Parameters:
indexType
- the indexType to set
-
getIndexFieldName
Returns the indexFieldName.- Returns:
- the indexFieldName
-
setIndexFieldName
Sets the indexFieldName.- Parameters:
indexFieldName
- the indexFieldName 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
-