|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.api.identity.personal.EntityBioDemographics.Builder
public static final class EntityBioDemographics.Builder
A builder which can be used to construct EntityBioDemographics instances. Enforces the constraints of the EntityBioDemographicsContract.
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EntityBioDemographics.Builder create(String entityId,
String genderCode)
public static EntityBioDemographics.Builder create(EntityBioDemographicsContract contract)
public EntityBioDemographics build()
ModelBuilder
build in interface ModelBuilderpublic String getEntityId()
EntityBioDemographicsContractEntityBioDemographicsContract's identity id.
getEntityId in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getDeceasedDate()
EntityBioDemographicsContractEntityBioDemographicsContract's deceased date.
getDeceasedDate in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthDate()
EntityBioDemographicsContractEntityBioDemographicsContract's birth date.
getBirthDate in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getGenderCode()
EntityBioDemographicsContractEntityBioDemographicsContract's gender code.
getGenderCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getMaritalStatusCode()
EntityBioDemographicsContractEntityBioDemographicsContract's marital status code.
getMaritalStatusCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getPrimaryLanguageCode()
EntityBioDemographicsContractEntityBioDemographicsContract's primary language code.
getPrimaryLanguageCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getSecondaryLanguageCode()
EntityBioDemographicsContractEntityBioDemographicsContract's secondary language code.
getSecondaryLanguageCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getCountryOfBirthCode()
EntityBioDemographicsContractEntityBioDemographicsContract's country of birth code.
getCountryOfBirthCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthStateCode()
EntityBioDemographicsContractEntityBioDemographicsContract's birth state code.
getBirthStateCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getCityOfBirth()
EntityBioDemographicsContractEntityBioDemographicsContract's city of birth.
getCityOfBirth in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getGeographicOrigin()
EntityBioDemographicsContractEntityBioDemographicsContract's geographic origin.
getGeographicOrigin in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthDateUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked birth date.
getBirthDateUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getGenderCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked gender code.
getGenderCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getMaritalStatusCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked martial status code.
getMaritalStatusCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getPrimaryLanguageCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked primary language code.
getPrimaryLanguageCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getSecondaryLanguageCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked secondary language code.
getSecondaryLanguageCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getCountryOfBirthCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked country of birth code.
getCountryOfBirthCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthStateCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmaksed birth state code.
getBirthStateCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getCityOfBirthUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked city of birth.
getCityOfBirthUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getGeographicOriginUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked geographic origin.
getGeographicOriginUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public boolean isSuppressPersonal()
EntityBioDemographicsContract
isSuppressPersonal in interface EntityBioDemographicsContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic void setEntityId(String entityId)
public void setDeceasedDate(String deceasedDate)
public void setBirthDate(String birthDate)
public void setDeceasedDate(Date deceasedDate)
public void setBirthDate(Date birthDate)
public void setGenderCode(String genderCode)
public void setMaritalStatusCode(String maritalStatusCode)
public void setPrimaryLanguageCode(String primaryLanguageCode)
public void setSecondaryLanguageCode(String secondaryLanguageCode)
public void setCountryOfBirthCode(String countryOfBirthCode)
public void setBirthStateCode(String birthStateCode)
public void setCityOfBirth(String cityOfBirth)
public void setGeographicOrigin(String geographicOrigin)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||