public class AccountModelDao extends EntityModelDaoBase implements EntityModelDao<Account>
createdDate, id, updatedDate| Constructor and Description |
|---|
AccountModelDao() |
AccountModelDao(AccountData account) |
AccountModelDao(UUID id,
AccountData account) |
AccountModelDao(UUID id,
org.joda.time.DateTime createdDate,
org.joda.time.DateTime updatedDate,
AccountData account) |
AccountModelDao(UUID id,
org.joda.time.DateTime createdDate,
org.joda.time.DateTime updatedDate,
String externalKey,
String email,
String name,
Integer firstNameLength,
Currency currency,
int billingCycleDayLocal,
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,
Boolean migrated,
Boolean notifiedForInvoices) |
getAccountRecordId, getRecordId, getTenantRecordId, setAccountRecordId, setRecordId, setTenantRecordIdgetCreatedDate, getId, getUpdatedDate, safeCompareTo, setCreatedDate, setId, setUpdatedDateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAccountRecordId, getRecordId, getTenantRecordIdgetCreatedDate, getId, getUpdatedDatepublic AccountModelDao()
public AccountModelDao(UUID id, org.joda.time.DateTime createdDate, org.joda.time.DateTime updatedDate, String externalKey, String email, String name, Integer firstNameLength, Currency currency, int billingCycleDayLocal, 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, Boolean migrated, Boolean notifiedForInvoices)
public AccountModelDao(UUID id, @Nullable org.joda.time.DateTime createdDate, org.joda.time.DateTime updatedDate, AccountData account)
public AccountModelDao(UUID id, AccountData account)
public AccountModelDao(AccountData account)
public String getExternalKey()
public String getEmail()
public String getName()
public Integer getFirstNameLength()
public Currency getCurrency()
public Integer getBillingCycleDayLocal()
public UUID getPaymentMethodId()
public org.joda.time.DateTimeZone getTimeZone()
public String getLocale()
public String getAddress1()
public String getAddress2()
public String getCompanyName()
public String getCity()
public String getStateOrProvince()
public String getCountry()
public String getPostalCode()
public String getPhone()
public Boolean getMigrated()
public Boolean getIsNotifiedForInvoices()
public void setExternalKey(String externalKey)
public void setEmail(String email)
public void setName(String name)
public void setFirstNameLength(Integer firstNameLength)
public void setCurrency(Currency currency)
public void setBillingCycleDayLocal(int billingCycleDayLocal)
public void setPaymentMethodId(UUID paymentMethodId)
public void setTimeZone(org.joda.time.DateTimeZone timeZone)
public void setLocale(String locale)
public void setAddress1(String address1)
public void setAddress2(String address2)
public void setCompanyName(String companyName)
public void setCity(String city)
public void setStateOrProvince(String stateOrProvince)
public void setCountry(String country)
public void setPostalCode(String postalCode)
public void setPhone(String phone)
public void setMigrated(Boolean migrated)
public void setIsNotifiedForInvoices(Boolean isNotifiedForInvoices)
public boolean equals(Object o)
equals in class EntityBasepublic int hashCode()
hashCode in class EntityBasepublic TableName getTableName()
getTableName in interface EntityModelDao<Account>public TableName getHistoryTableName()
getHistoryTableName in interface EntityModelDao<Account>Copyright © 2010-2015. All Rights Reserved.