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() |
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() |
String |
getObjectId() |
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isDefaultValue() |
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()
build in interface ModelBuilderpublic String getId()
getId 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()
isDefaultValue in interface Defaultablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic boolean isActive()
isActive 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–2017 The Kuali Foundation. All rights reserved.