|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.api.identity.email.EntityEmail.Builder
public static final class EntityEmail.Builder
A builder which can be used to construct EntityEmail instances. Enforces the constraints of the EntityEmailContract.
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EntityEmail.Builder create()
public static EntityEmail.Builder create(EntityEmailContract contract)
public EntityEmail build()
ModelBuilder
build in interface ModelBuilderpublic String getId()
Identifiable
getId in interface Identifiablepublic String getEntityTypeCode()
EntityEmailContractEntityEmailContract's object.
getEntityTypeCode in interface EntityEmailContractEntityEmailContractpublic String getEntityId()
EntityEmailContract
getEntityId 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()
EntityEmailContract
isSuppressEmail in interface EntityEmailContractpublic boolean isDefaultValue()
Defaultable
isDefaultValue in interface Defaultablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic void setId(String id)
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||