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