public class AccountEmailModelDao extends EntityModelDaoBase implements EntityModelDao<AccountEmail>
createdDate, id, updatedDate| Constructor and Description |
|---|
AccountEmailModelDao() |
AccountEmailModelDao(AccountEmail email) |
AccountEmailModelDao(AccountEmail email,
boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getAccountId() |
String |
getEmail() |
TableName |
getHistoryTableName() |
Boolean |
getIsActive() |
TableName |
getTableName() |
int |
hashCode() |
void |
setAccountId(UUID accountId) |
void |
setEmail(String email) |
void |
setIsActive(Boolean isActive) |
String |
toString() |
getAccountRecordId, getRecordId, getTenantRecordId, setAccountRecordId, setRecordId, setTenantRecordIdgetCreatedDate, getId, getUpdatedDate, safeCompareTo, setCreatedDate, setId, setUpdatedDateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAccountRecordId, getRecordId, getTenantRecordIdgetCreatedDate, getId, getUpdatedDatepublic AccountEmailModelDao()
public AccountEmailModelDao(AccountEmail email)
public AccountEmailModelDao(AccountEmail email, boolean isActive)
public UUID getAccountId()
public String getEmail()
public Boolean getIsActive()
public void setAccountId(UUID accountId)
public void setEmail(String email)
public void setIsActive(Boolean isActive)
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<AccountEmail>public TableName getHistoryTableName()
getHistoryTableName in interface EntityModelDao<AccountEmail>Copyright © 2010-2016. All Rights Reserved.