|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityEmailContract
This contract represents the email information associated with an Entity.
Method Summary | |
---|---|
String |
getEmailAddress()
Gets this EntityEmail 's email address. |
String |
getEmailAddressUnmasked()
Gets this EntityEmail 's unmasked email address. |
CodedAttributeContract |
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. |
boolean |
isSuppressEmail()
Returns a boolean value that determines if email fields should be suppressed. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Defaultable |
---|
isDefaultValue |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Method Detail |
---|
String getEntityId()
EntityEmailContract
String getEntityTypeCode()
EntityEmailContract
's object.
EntityEmailContract
CodedAttributeContract getEmailType()
EntityEmail
's type code.
EntityEmail
, or null if none has been assigned.String getEmailAddress()
EntityEmail
's email address.
EntityEmail
, or null if none has been assigned.String getEmailAddressUnmasked()
EntityEmail
's unmasked email address.
EntityEmail
, or null if none has been assigned.boolean isSuppressEmail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |