@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, setSuppressEmail
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityEmailBo()
public static EntityEmail to(EntityEmailBo bo)
public static EntityEmailBo from(EntityEmail immutable)
immutable
- an immutable EntityEmailpublic EntityEmailTypeBo getEmailType()
EntityEmailContract
EntityEmail
's type code.EntityEmail
, or null if none has been assigned.public void setEmailType(EntityEmailTypeBo emailType)
public String getId()
Identifiable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.