Class BillingAccountRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.payment.common.transfer.BillingAccountRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountRoleTransfer(BillingAccountTransfer billingAccount, PartyTransfer party, PartyContactMechanismTransfer partyContactMechanism, BillingAccountRoleTypeTransfer billingAccountRoleType) Creates a new instance of BillingAccountRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetParty()voidsetBillingAccount(BillingAccountTransfer billingAccount) voidsetBillingAccountRoleType(BillingAccountRoleTypeTransfer billingAccountRoleType) voidsetParty(PartyTransfer party) voidsetPartyContactMechanism(PartyContactMechanismTransfer partyContactMechanism) 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
-
BillingAccountRoleTransfer
public BillingAccountRoleTransfer(BillingAccountTransfer billingAccount, PartyTransfer party, PartyContactMechanismTransfer partyContactMechanism, BillingAccountRoleTypeTransfer billingAccountRoleType) Creates a new instance of BillingAccountRoleTransfer
-
-
Method Details
-
getBillingAccount
-
setBillingAccount
-
getParty
-
setParty
-
getPartyContactMechanism
-
setPartyContactMechanism
-
getBillingAccountRoleType
-
setBillingAccountRoleType
-