public class DefaultMutableAccountData extends Object implements MutableAccountData
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BILLING_CYCLE_DAY_LOCAL |
| Constructor and Description |
|---|
DefaultMutableAccountData(AccountData accountData) |
DefaultMutableAccountData(String externalKey,
String email,
String name,
int firstNameLength,
Currency currency,
UUID parentAccountId,
Boolean isPaymentDelegatedToParent,
int billCycleDayLocal,
UUID paymentMethodId,
org.joda.time.DateTimeZone timeZone,
String locale,
String address1,
String address2,
String companyName,
String city,
String stateOrProvince,
String country,
String postalCode,
String phone,
String notes,
boolean isMigrated,
boolean isNotifiedForInvoices) |
public static final int DEFAULT_BILLING_CYCLE_DAY_LOCAL
public DefaultMutableAccountData(String externalKey, String email, String name, int firstNameLength, Currency currency, UUID parentAccountId, Boolean isPaymentDelegatedToParent, int billCycleDayLocal, UUID paymentMethodId, org.joda.time.DateTimeZone timeZone, String locale, String address1, String address2, String companyName, String city, String stateOrProvince, String country, String postalCode, String phone, String notes, boolean isMigrated, boolean isNotifiedForInvoices)
public DefaultMutableAccountData(AccountData accountData)
public String getExternalKey()
getExternalKey in interface AccountDatapublic void setExternalKey(String externalKey)
setExternalKey in interface MutableAccountDatapublic String getEmail()
getEmail in interface AccountDatapublic void setEmail(String email)
setEmail in interface MutableAccountDatapublic String getName()
getName in interface AccountDatapublic void setName(String name)
setName in interface MutableAccountDatapublic Integer getFirstNameLength()
getFirstNameLength in interface AccountDatapublic void setFirstNameLength(int firstNameLength)
setFirstNameLength in interface MutableAccountDatapublic Currency getCurrency()
getCurrency in interface AccountDatapublic void setCurrency(Currency currency)
setCurrency in interface MutableAccountDatapublic Integer getBillCycleDayLocal()
getBillCycleDayLocal in interface AccountDatapublic void setBillCycleDayLocal(int billCycleDayLocal)
setBillCycleDayLocal in interface MutableAccountDatapublic UUID getPaymentMethodId()
getPaymentMethodId in interface AccountDatapublic void setPaymentMethodId(UUID paymentMethodId)
setPaymentMethodId in interface MutableAccountDatapublic org.joda.time.DateTimeZone getTimeZone()
getTimeZone in interface AccountDatapublic void setTimeZone(org.joda.time.DateTimeZone timeZone)
setTimeZone in interface MutableAccountDatapublic String getLocale()
getLocale in interface AccountDatapublic void setLocale(String locale)
setLocale in interface MutableAccountDatapublic String getAddress1()
getAddress1 in interface AccountDatapublic void setAddress1(String address1)
setAddress1 in interface MutableAccountDatapublic String getAddress2()
getAddress2 in interface AccountDatapublic void setAddress2(String address2)
setAddress2 in interface MutableAccountDatapublic String getCompanyName()
getCompanyName in interface AccountDatapublic void setCompanyName(String companyName)
setCompanyName in interface MutableAccountDatapublic String getCity()
getCity in interface AccountDatapublic void setCity(String city)
setCity in interface MutableAccountDatapublic String getStateOrProvince()
getStateOrProvince in interface AccountDatapublic void setStateOrProvince(String stateOrProvince)
setStateOrProvince in interface MutableAccountDatapublic String getCountry()
getCountry in interface AccountDatapublic void setCountry(String country)
setCountry in interface MutableAccountDatapublic String getPostalCode()
getPostalCode in interface AccountDatapublic void setPostalCode(String postalCode)
setPostalCode in interface MutableAccountDatapublic String getPhone()
getPhone in interface AccountDatapublic void setPhone(String phone)
setPhone in interface MutableAccountDatapublic String getNotes()
getNotes in interface AccountDatapublic void setNotes(String notes)
setNotes in interface MutableAccountDatapublic Boolean isMigrated()
isMigrated in interface AccountDatapublic Boolean isNotifiedForInvoices()
isNotifiedForInvoices in interface AccountDatapublic void setIsMigrated(boolean isMigrated)
setIsMigrated in interface MutableAccountDatapublic void setIsNotifiedForInvoices(boolean isNotifiedForInvoices)
setIsNotifiedForInvoices in interface MutableAccountDatapublic UUID getParentAccountId()
getParentAccountId in interface AccountDatapublic void setParentAccountId(UUID parentAccountId)
setParentAccountId in interface MutableAccountDatapublic void setIsPaymentDelegatedToParent(boolean isPaymentDelegatedToParent)
setIsPaymentDelegatedToParent in interface MutableAccountDatapublic Boolean isPaymentDelegatedToParent()
isPaymentDelegatedToParent in interface AccountDataCopyright © 2010-2016. All Rights Reserved.