|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, 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 Identifiablepublic String getEntityId()
EntityEmailContract
getEntityId 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()
EntityEmailContract
isSuppressEmail in interface EntityEmailContractpublic boolean isDefaultValue()
Defaultable
isDefaultValue in interface Defaultablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic boolean isActive()
Inactivatable
isActive in interface Inactivatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||