public interface EntityEmailContract extends Versioned, GloballyUnique, Defaultable, Inactivatable, Identifiable
| Modifier and Type | Method and Description |
|---|---|
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.
|
getVersionNumbergetObjectIdisDefaultValueisActivegetIdString getEntityId()
EntityEmailContractString getEntityTypeCode()
EntityEmailContract's object.EntityEmailContractCodedAttributeContract 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()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.