Class InvoiceRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.invoice.common.transfer.InvoiceRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceRoleTransfer
(InvoiceTransfer invoice, PartyTransfer party, PartyContactMechanismTransfer partyContactMechanism, InvoiceRoleTypeTransfer invoiceRoleType) Creates a new instance of InvoiceRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetParty()
void
setInvoice
(InvoiceTransfer invoice) void
setInvoiceRoleType
(InvoiceRoleTypeTransfer invoiceRoleType) void
setParty
(PartyTransfer party) void
setPartyContactMechanism
(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
-
InvoiceRoleTransfer
public InvoiceRoleTransfer(InvoiceTransfer invoice, PartyTransfer party, PartyContactMechanismTransfer partyContactMechanism, InvoiceRoleTypeTransfer invoiceRoleType) Creates a new instance of InvoiceRoleTransfer
-
-
Method Details
-
getInvoice
-
setInvoice
-
getParty
-
setParty
-
getPartyContactMechanism
-
setPartyContactMechanism
-
getInvoiceRoleType
-
setInvoiceRoleType
-