Class CancellationKindTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.cancellationpolicy.common.transfer.CancellationKindTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationKindTransfer
(String cancellationKindName, SequenceTypeTransfer cancellationSequenceType, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationKindTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCancellationKindName
(String cancellationKindName) void
setCancellationSequenceType
(SequenceTypeTransfer cancellationSequenceType) void
setDescription
(String description) void
setIsDefault
(Boolean isDefault) 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
-
CancellationKindTransfer
public CancellationKindTransfer(String cancellationKindName, SequenceTypeTransfer cancellationSequenceType, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationKindTransfer
-
-
Method Details
-
getCancellationKindName
-
setCancellationKindName
-
getCancellationSequenceType
-
setCancellationSequenceType
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-