@Entity public class EntityEmailBo extends EntityEmailBase
objectId, versionNumber| Constructor and Description |
|---|
EntityEmailBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityEmailBo |
from(EntityEmail immutable)
Creates a EntityEmailBo business object from an immutable representation of a EntityEmail.
|
EntityEmailTypeBo |
getEmailType()
Gets this
EntityEmail's type code. |
String |
getId()
The unique identifier for an object.
|
void |
setEmailType(EntityEmailTypeBo emailType) |
void |
setId(String id) |
static EntityEmail |
to(EntityEmailBo bo) |
getActive, getDefaultValue, getEmailAddress, getEmailAddressUnmasked, getEmailTypeCode, getEntityId, getEntityTypeCode, getSuppressEmail, isActive, isDefaultValue, isSuppressEmail, setActive, setDefaultValue, setEmailAddress, setEmailTypeCode, setEntityId, setEntityTypeCode, setSuppressEmailgenerateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic EntityEmailBo()
public static EntityEmail to(EntityEmailBo bo)
public static EntityEmailBo from(EntityEmail immutable)
immutable - an immutable EntityEmailpublic EntityEmailTypeBo getEmailType()
EntityEmailContractEntityEmail's type code.EntityEmail, or null if none has been assigned.public void setEmailType(EntityEmailTypeBo emailType)
public String getId()
IdentifiableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.