Class CancellationPolicyTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.cancellationpolicy.common.transfer.CancellationPolicyTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationPolicyTransfer
(CancellationKindTransfer cancellationKind, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationPolicyTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCancellationKind
(CancellationKindTransfer cancellationKind) void
setCancellationPolicyName
(String cancellationPolicyName) 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
-
CancellationPolicyTransfer
public CancellationPolicyTransfer(CancellationKindTransfer cancellationKind, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationPolicyTransfer
-
-
Method Details
-
getCancellationKind
-
setCancellationKind
-
getCancellationPolicyName
-
setCancellationPolicyName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-