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 TypeMethodDescriptionvoid
setBillingAccountName
(String billingAccountName) void
setBillingAccountRoles
(MapWrapper<BillingAccountRoleTransfer> billingAccountRoles) void
setCreditLimit
(String creditLimit) void
setCurrency
(CurrencyTransfer currency) void
setDescription
(String description) void
setPotentialCreditLimit
(String potentialCreditLimit) void
setReference
(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
-