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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getEntityId()
EntityEmailContract
getEntityId
in interface EntityEmailContract
EntityEmailContract
public String getEntityTypeCode()
EntityEmailContract
EntityEmailContract
's object.getEntityTypeCode
in interface EntityEmailContract
EntityEmailContract
public CodedAttribute getEmailType()
EntityEmailContract
EntityEmail
's type code.getEmailType
in interface EntityEmailContract
EntityEmail
, or null if none has been assigned.public String getEmailAddress()
EntityEmailContract
EntityEmail
's email address.getEmailAddress
in interface EntityEmailContract
EntityEmail
, or null if none has been assigned.public String getEmailAddressUnmasked()
EntityEmailContract
EntityEmail
's unmasked email address.getEmailAddressUnmasked
in interface EntityEmailContract
EntityEmail
, or null if none has been assigned.public boolean isSuppressEmail()
EntityEmailContract
isSuppressEmail
in interface EntityEmailContract
public boolean isDefaultValue()
Defaultable
isDefaultValue
in interface Defaultable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.