Class CancellationReasonTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.cancellationpolicy.common.transfer.CancellationReasonTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationReasonTransfer(CancellationKindTransfer cancellationKind, String cancellationReasonName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationReasonTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCancellationKind(CancellationKindTransfer cancellationKind) voidsetCancellationReasonName(String cancellationReasonName) voidsetDescription(String description) voidsetIsDefault(Boolean isDefault) 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
-
CancellationReasonTransfer
public CancellationReasonTransfer(CancellationKindTransfer cancellationKind, String cancellationReasonName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CancellationReasonTransfer
-
-
Method Details
-
getCancellationKind
-
setCancellationKind
-
getCancellationReasonName
-
setCancellationReasonName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-