public static final class EntityEmail.Builder extends Object implements Serializable, ModelBuilder, EntityEmailContract
EntityEmail instances. Enforces the constraints of the EntityEmailContract.| Modifier and Type | Method and Description |
|---|---|
EntityEmail |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static EntityEmail.Builder |
create() |
static EntityEmail.Builder |
create(EntityEmailContract contract) |
String |
getEmailAddress()
Gets this
EntityEmail's email address. |
String |
getEmailAddressUnmasked()
Gets this
EntityEmail's unmasked email address. |
CodedAttribute.Builder |
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. |
String |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
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 |
setEmailType(CodedAttribute.Builder emailType) |
void |
setEntityId(String entityId) |
void |
setEntityTypeCode(String entityTypeCode) |
void |
setId(String id) |
void |
setObjectId(String objectId) |
void |
setVersionNumber(Long versionNumber) |
public static EntityEmail.Builder create()
public static EntityEmail.Builder create(EntityEmailContract contract)
public EntityEmail build()
ModelBuilderbuild in interface ModelBuilderpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getEntityTypeCode()
EntityEmailContractEntityEmailContract's object.getEntityTypeCode in interface EntityEmailContractEntityEmailContractpublic String getEntityId()
EntityEmailContractgetEntityId in interface EntityEmailContractEntityEmailContractpublic CodedAttribute.Builder getEmailType()
EntityEmailContractEntityEmail's type code.getEmailType 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 getEmailAddressUnmasked()
EntityEmailContractEntityEmail's unmasked email address.getEmailAddressUnmasked in interface EntityEmailContractEntityEmail, or null if none has been assigned.public boolean isSuppressEmail()
EntityEmailContractisSuppressEmail in interface EntityEmailContractpublic boolean isDefaultValue()
DefaultableisDefaultValue in interface Defaultablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniquepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setEntityTypeCode(String entityTypeCode)
public void setEntityId(String entityId)
public void setEmailType(CodedAttribute.Builder emailType)
public void setEmailAddress(String emailAddress)
public void setDefaultValue(boolean defaultValue)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setActive(boolean active)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.