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()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isDefaultValue()
The default value for this object.
|
boolean |
isSuppressEmail()
Returns a boolean value that determines if email fields should be suppressed.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId 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()
DefaultableisDefaultValue in interface Defaultablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isActive()
InactivatableisActive in interface InactivatableCopyright © 2005–2014 The Kuali Foundation. All rights reserved.