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.void
setAccount
(String account) Sets the account.void
setAlwaysUseThirdPartyBilling
(Boolean alwaysUseThirdPartyBilling) Sets the alwaysUseThirdPartyBilling.void
setCarrier
(CarrierTransfer carrier) Sets the carrier.void
setParty
(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
-