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 TypeMethodDescriptionvoid
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setSelectorName
(String selectorName) void
setSelectorType
(SelectorTypeTransfer selectorType) void
setSortOrder
(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
-