@MappedSuperclass public abstract class EntityEmailBase extends DataObjectBase implements EntityEmailContract
objectId, versionNumber| Constructor and Description |
|---|
EntityEmailBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive() |
boolean |
getDefaultValue() |
String |
getEmailAddress()
Gets this
EntityEmail's email address. |
String |
getEmailAddressUnmasked()
Gets this
EntityEmail's unmasked email address. |
String |
getEmailTypeCode() |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getEntityTypeCode()
Gets this entityTypeCode of the
EntityEmailContract's object. |
boolean |
getSuppressEmail() |
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.
|
void |
setActive(boolean active) |
void |
setDefaultValue(boolean defaultValue) |
void |
setEmailAddress(String emailAddress) |
void |
setEmailTypeCode(String emailTypeCode) |
void |
setEntityId(String entityId) |
void |
setEntityTypeCode(String entityTypeCode) |
void |
setSuppressEmail(boolean suppressEmail) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEmailTypegetVersionNumbergetObjectIdgetIdpublic EntityEmailBase()
public boolean isSuppressEmail()
EntityEmailContractisSuppressEmail in interface EntityEmailContractpublic String getEmailAddressUnmasked()
EntityEmailContractEntityEmail's unmasked email address.getEmailAddressUnmasked 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 getEntityId()
EntityEmailContractgetEntityId in interface EntityEmailContractEntityEmailContractpublic void setEntityId(String entityId)
public String getEntityTypeCode()
EntityEmailContractEntityEmailContract's object.getEntityTypeCode in interface EntityEmailContractEntityEmailContractpublic void setEntityTypeCode(String entityTypeCode)
public String getEmailTypeCode()
public void setEmailTypeCode(String emailTypeCode)
public void setEmailAddress(String emailAddress)
public boolean getSuppressEmail()
public void setSuppressEmail(boolean suppressEmail)
public boolean getActive()
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
public boolean getDefaultValue()
public boolean isDefaultValue()
DefaultableisDefaultValue in interface Defaultablepublic void setDefaultValue(boolean defaultValue)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.