Class BillingAccountTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.payment.common.transfer.BillingAccountTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountTransfer(String billingAccountName, CurrencyTransfer currency, String reference, String description, String creditLimit, String potentialCreditLimit) Creates a new instance of BillingAccountTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBillingAccountName(String billingAccountName) voidsetBillingAccountRoles(MapWrapper<BillingAccountRoleTransfer> billingAccountRoles) voidsetCreditLimit(String creditLimit) voidsetCurrency(CurrencyTransfer currency) voidsetDescription(String description) voidsetPotentialCreditLimit(String potentialCreditLimit) voidsetReference(String reference) 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
-
BillingAccountTransfer
public BillingAccountTransfer(String billingAccountName, CurrencyTransfer currency, String reference, String description, String creditLimit, String potentialCreditLimit) Creates a new instance of BillingAccountTransfer
-
-
Method Details
-
getBillingAccountName
-
setBillingAccountName
-
getCurrency
-
setCurrency
-
getReference
-
setReference
-
getDescription
-
setDescription
-
getCreditLimit
-
setCreditLimit
-
getPotentialCreditLimit
-
setPotentialCreditLimit
-
getBillingAccountRoles
-
setBillingAccountRoles
-