Class PartyCarrierAccountTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.carrier.common.transfer.PartyCarrierAccountTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyCarrierAccountTransfer(PartyTransfer party, CarrierTransfer carrier, String account, Boolean alwaysUseThirdPartyBilling) Creates a new instance of PartyCarrierAccountTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the account.Returns the alwaysUseThirdPartyBilling.Returns the carrier.getParty()Returns the party.voidsetAccount(String account) Sets the account.voidsetAlwaysUseThirdPartyBilling(Boolean alwaysUseThirdPartyBilling) Sets the alwaysUseThirdPartyBilling.voidsetCarrier(CarrierTransfer carrier) Sets the carrier.voidsetParty(PartyTransfer party) Sets the party.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
-
PartyCarrierAccountTransfer
public PartyCarrierAccountTransfer(PartyTransfer party, CarrierTransfer carrier, String account, Boolean alwaysUseThirdPartyBilling) Creates a new instance of PartyCarrierAccountTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party- the party to set
-
getCarrier
Returns the carrier.- Returns:
- the carrier
-
setCarrier
Sets the carrier.- Parameters:
carrier- the carrier to set
-
getAccount
Returns the account.- Returns:
- the account
-
setAccount
Sets the account.- Parameters:
account- the account to set
-
getAlwaysUseThirdPartyBilling
Returns the alwaysUseThirdPartyBilling.- Returns:
- the alwaysUseThirdPartyBilling
-
setAlwaysUseThirdPartyBilling
Sets the alwaysUseThirdPartyBilling.- Parameters:
alwaysUseThirdPartyBilling- the alwaysUseThirdPartyBilling to set
-