Class CancellationReasonDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.cancellationpolicy.common.transfer.CancellationReasonDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationReasonDescriptionTransfer(LanguageTransfer language, CancellationReasonTransfer cancellationReason, String description) Creates a new instance of CancellationReasonDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCancellationReason(CancellationReasonTransfer cancellationReason) voidsetDescription(String description) voidsetLanguage(LanguageTransfer language) 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
-
CancellationReasonDescriptionTransfer
public CancellationReasonDescriptionTransfer(LanguageTransfer language, CancellationReasonTransfer cancellationReason, String description) Creates a new instance of CancellationReasonDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getCancellationReason
-
setCancellationReason
-
getDescription
-
setDescription
-