Class PartyPaymentMethodContactMechanismTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.payment.common.transfer.PartyPaymentMethodContactMechanismTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyPaymentMethodContactMechanismTransfer
(PartyPaymentMethodTransfer partyPaymentMethod, PartyContactMechanismPurposeTransfer partyContactMechanismPurpose, WorkflowEntityStatusTransfer partyPaymentMethodContactMechanismStatus) Creates a new instance of PartyPaymentMethodContactMechanismTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPartyContactMechanismPurpose
(PartyContactMechanismPurposeTransfer partyContactMechanismPurpose) void
setPartyPaymentMethod
(PartyPaymentMethodTransfer partyPaymentMethod) void
setPartyPaymentMethodContactMechanismStatus
(WorkflowEntityStatusTransfer partyPaymentMethodContactMechanismStatus) 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
-
PartyPaymentMethodContactMechanismTransfer
public PartyPaymentMethodContactMechanismTransfer(PartyPaymentMethodTransfer partyPaymentMethod, PartyContactMechanismPurposeTransfer partyContactMechanismPurpose, WorkflowEntityStatusTransfer partyPaymentMethodContactMechanismStatus) Creates a new instance of PartyPaymentMethodContactMechanismTransfer
-
-
Method Details
-
getPartyPaymentMethod
-
setPartyPaymentMethod
-
getPartyContactMechanismPurpose
-
setPartyContactMechanismPurpose
public void setPartyContactMechanismPurpose(PartyContactMechanismPurposeTransfer partyContactMechanismPurpose) -
getPartyPaymentMethodContactMechanismStatus
-
setPartyPaymentMethodContactMechanismStatus
public void setPartyPaymentMethodContactMechanismStatus(WorkflowEntityStatusTransfer partyPaymentMethodContactMechanismStatus)
-