|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.identity.email.EntityEmail
public class EntityEmail
Nested Class Summary | |
---|---|
static class |
EntityEmail.Builder
A builder which can be used to construct EntityEmail instances. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |