@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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEmailType
getVersionNumber
getObjectId
getId
public EntityEmailBase()
public boolean isSuppressEmail()
EntityEmailContract
isSuppressEmail
in interface EntityEmailContract
public String getEmailAddressUnmasked()
EntityEmailContract
EntityEmail
's unmasked email address.getEmailAddressUnmasked
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 getEntityId()
EntityEmailContract
getEntityId
in interface EntityEmailContract
EntityEmailContract
public void setEntityId(String entityId)
public String getEntityTypeCode()
EntityEmailContract
EntityEmailContract
's object.getEntityTypeCode
in interface EntityEmailContract
EntityEmailContract
public 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()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
public boolean getDefaultValue()
public boolean isDefaultValue()
Defaultable
isDefaultValue
in interface Defaultable
public void setDefaultValue(boolean defaultValue)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.