Class SelectorTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.selector.common.transfer.SelectorTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorTransfer(SelectorTypeTransfer selectorType, String selectorName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SelectorTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetIsDefault(Boolean isDefault) voidsetSelectorName(String selectorName) voidsetSelectorType(SelectorTypeTransfer selectorType) voidsetSortOrder(Integer 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
-
SelectorTransfer
public SelectorTransfer(SelectorTypeTransfer selectorType, String selectorName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SelectorTransfer
-
-
Method Details
-
getSelectorType
-
setSelectorType
-
getSelectorName
-
setSelectorName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-