public class DefaultAccountEmail extends EntityBase implements AccountEmail
createdDate, id, updatedDate| Constructor and Description |
|---|
DefaultAccountEmail(AccountEmailModelDao accountEmail) |
DefaultAccountEmail(UUID accountId,
String email) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getAccountId() |
String |
getEmail() |
int |
hashCode() |
String |
toString() |
getCreatedDate, getId, getUpdatedDate, safeCompareTo, setCreatedDate, setId, setUpdatedDateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreatedDate, getId, getUpdatedDatepublic DefaultAccountEmail(AccountEmailModelDao accountEmail)
public UUID getAccountId()
getAccountId in interface AccountEmailpublic String getEmail()
getEmail in interface AccountEmailpublic boolean equals(Object o)
equals in class EntityBasepublic int hashCode()
hashCode in class EntityBaseCopyright © 2010-2016. All Rights Reserved.