|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.personal.EntityBioDemographics
public final class EntityBioDemographics
| Nested Class Summary | |
|---|---|
static class |
EntityBioDemographics.Builder
A builder which can be used to construct EntityBioDemographics instances. |
| Field Summary |
|---|
| Fields inherited from interface org.kuali.rice.kim.api.identity.personal.EntityBioDemographicsContract |
|---|
BIRTH_DATE_FORMAT, DECEASED_DATE_FORMAT |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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 Integer getAge()
EntityBioDemographicsContractEntityBioDemographicsContract's current age based on birth date if present. Age calculation uses
deceased date if present.
getAge in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if EntityBioDemographicsContract.getBirthDate() is unpresent, suppressed, or there is a calculation error.public String getGenderCode()
EntityBioDemographicsContractEntityBioDemographicsContract's gender code.
getGenderCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getGenderChangeCode()
EntityBioDemographicsContractEntityBioDemographicsContract's gender change code
Corresponds to PESC GenderChangeCode
getGenderChangeCode in interface EntityBioDemographicsContractpublic 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 getBirthCountry()
EntityBioDemographicsContractEntityBioDemographicsContract's country of birth code.
Corresponds to PESC BirthCountry.
getBirthCountry in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthStateProvinceCode()
EntityBioDemographicsContractEntityBioDemographicsContract's birth state or extra-state jurisdiction code. Corresponds to PESC BirthStateProvinceCode.
getBirthStateProvinceCode in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthCity()
EntityBioDemographicsContractEntityBioDemographicsContract's city of birth. Corresponds to PESC BirthCity.
getBirthCity 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 getGenderChangeCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's gender change code
Corresponds to PESC GenderChangeCode
getGenderChangeCodeUnmasked in interface EntityBioDemographicsContractpublic 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 getBirthCountryUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked country of birth code.
getBirthCountryUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthStateProvinceCodeUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked birth state or extra-state jurisdiction code. Corresponds to PESC BirthStateProvinceCode.
getBirthStateProvinceCodeUnmasked in interface EntityBioDemographicsContractEntityBioDemographicsContract, or null if none has been assigned.public String getBirthCityUnmasked()
EntityBioDemographicsContractEntityBioDemographicsContract's unmasked city of birth. Corresponds to PESC BirthCity.
getBirthCityUnmasked 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 String getNoteMessage()
EntityBioDemographicsContractEntityBioDemographicsContract
Corresponds to PESC NoteMessage
getNoteMessage in interface EntityBioDemographicsContractpublic boolean isSuppressPersonal()
EntityBioDemographicsContract
isSuppressPersonal in interface EntityBioDemographicsContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||