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,
UUID parentAccountId,
Boolean isPaymentDelegatedToParent,
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,
String notes,
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, UUID parentAccountId, Boolean isPaymentDelegatedToParent, 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, String notes, 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 void setExternalKey(String externalKey)
public String getEmail()
public void setEmail(String email)
public String getName()
public void setName(String name)
public Integer getFirstNameLength()
public void setFirstNameLength(Integer firstNameLength)
public Currency getCurrency()
public void setCurrency(Currency currency)
public UUID getParentAccountId()
public void setParentAccountId(UUID parentAccountId)
public Boolean getIsPaymentDelegatedToParent()
public void setIsPaymentDelegatedToParent(Boolean paymentDelegatedToParent)
public Integer getBillingCycleDayLocal()
public void setBillingCycleDayLocal(Integer billingCycleDayLocal)
public UUID getPaymentMethodId()
public void setPaymentMethodId(UUID paymentMethodId)
public org.joda.time.DateTimeZone getTimeZone()
public void setTimeZone(org.joda.time.DateTimeZone timeZone)
public String getLocale()
public void setLocale(String locale)
public String getAddress1()
public void setAddress1(String address1)
public String getAddress2()
public void setAddress2(String address2)
public String getCompanyName()
public void setCompanyName(String companyName)
public String getCity()
public void setCity(String city)
public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
public String getCountry()
public void setCountry(String country)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getPhone()
public void setPhone(String phone)
public String getNotes()
public void setNotes(String notes)
public Boolean getMigrated()
public void setMigrated(Boolean migrated)
public Boolean getIsNotifiedForInvoices()
public void setIsNotifiedForInvoices(Boolean isNotifiedForInvoices)
public String toString()
toString in class EntityModelDaoBasepublic 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-2016. All Rights Reserved.