public static class DefaultAccountCreationEvent.DefaultAccountData extends Object implements AccountData
| Constructor and Description |
|---|
DefaultAccountCreationEvent.DefaultAccountData(AccountModelDao d) |
DefaultAccountCreationEvent.DefaultAccountData(String externalKey,
String name,
Integer firstNameLength,
String email,
Integer billCycleDayLocal,
String currency,
UUID paymentMethodId,
String timeZone,
String locale,
String address1,
String address2,
String companyName,
String city,
String stateOrProvince,
String postalCode,
String country,
String phone,
Boolean isMigrated,
Boolean isNotifiedForInvoices) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress1() |
String |
getAddress2() |
Integer |
getBillCycleDayLocal() |
String |
getCity() |
String |
getCompanyName() |
String |
getCountry() |
Currency |
getCurrency() |
String |
getEmail() |
String |
getExternalKey() |
Integer |
getFirstNameLength() |
Boolean |
getIsMigrated() |
Boolean |
getIsNotifiedForInvoices() |
String |
getLocale() |
String |
getName() |
UUID |
getPaymentMethodId() |
String |
getPhone() |
String |
getPostalCode() |
String |
getStateOrProvince() |
org.joda.time.DateTimeZone |
getTimeZone() |
String |
getTimeZoneString() |
int |
hashCode() |
Boolean |
isMigrated() |
Boolean |
isNotifiedForInvoices() |
public DefaultAccountCreationEvent.DefaultAccountData(AccountModelDao d)
public DefaultAccountCreationEvent.DefaultAccountData(String externalKey, String name, Integer firstNameLength, String email, Integer billCycleDayLocal, String currency, UUID paymentMethodId, String timeZone, String locale, String address1, String address2, String companyName, String city, String stateOrProvince, String postalCode, String country, String phone, Boolean isMigrated, Boolean isNotifiedForInvoices)
public String getExternalKey()
getExternalKey in interface AccountDatapublic String getName()
getName in interface AccountDatapublic Integer getFirstNameLength()
getFirstNameLength in interface AccountDatapublic String getEmail()
getEmail in interface AccountDatapublic Integer getBillCycleDayLocal()
getBillCycleDayLocal in interface AccountDatapublic Currency getCurrency()
getCurrency in interface AccountDatapublic org.joda.time.DateTimeZone getTimeZone()
getTimeZone in interface AccountDatapublic String getTimeZoneString()
public String getLocale()
getLocale in interface AccountDatapublic String getAddress1()
getAddress1 in interface AccountDatapublic String getAddress2()
getAddress2 in interface AccountDatapublic String getCompanyName()
getCompanyName in interface AccountDatapublic String getCity()
getCity in interface AccountDatapublic String getStateOrProvince()
getStateOrProvince in interface AccountDatapublic String getPostalCode()
getPostalCode in interface AccountDatapublic String getCountry()
getCountry in interface AccountDatapublic String getPhone()
getPhone in interface AccountDatapublic UUID getPaymentMethodId()
getPaymentMethodId in interface AccountDatapublic Boolean isMigrated()
isMigrated in interface AccountDatapublic Boolean isNotifiedForInvoices()
isNotifiedForInvoices in interface AccountDatapublic Boolean getIsMigrated()
public Boolean getIsNotifiedForInvoices()
Copyright © 2010-2015. All Rights Reserved.