public class EntityEmail extends AbstractDataTransferObject implements EntityEmailContract
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityEmail.Builder
A builder which can be used to construct
EntityEmail instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Gets this
EntityEmail's email address. |
String |
getEmailAddressUnmasked()
Gets this
EntityEmail's unmasked email address. |
CodedAttribute |
getEmailType()
Gets this
EntityEmail's type code. |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getEntityTypeCode()
Gets this entityTypeCode of the
EntityEmailContract's object. |
String |
getId() |
String |
getObjectId() |
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isDefaultValue() |
boolean |
isSuppressEmail()
Returns a boolean value that determines if email fields should be suppressed.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getEntityId()
EntityEmailContractgetEntityId in interface EntityEmailContractEntityEmailContractpublic String getEntityTypeCode()
EntityEmailContractEntityEmailContract's object.getEntityTypeCode in interface EntityEmailContractEntityEmailContractpublic CodedAttribute getEmailType()
EntityEmailContractEntityEmail's type code.getEmailType in interface EntityEmailContractEntityEmail, or null if none has been assigned.public String getEmailAddress()
EntityEmailContractEntityEmail's email address.getEmailAddress in interface EntityEmailContractEntityEmail, or null if none has been assigned.public String getEmailAddressUnmasked()
EntityEmailContractEntityEmail's unmasked email address.getEmailAddressUnmasked in interface EntityEmailContractEntityEmail, or null if none has been assigned.public boolean isSuppressEmail()
EntityEmailContractisSuppressEmail in interface EntityEmailContractpublic boolean isDefaultValue()
isDefaultValue in interface Defaultablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive in interface InactivatableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.