Interface EntityBioDemographicsContract
- All Superinterfaces:
GloballyUnique,Versioned
- All Known Implementing Classes:
EntityBioDemographics,EntityBioDemographics.Builder
This is a contract for EntityBioDemographics and represents the
demographic information of an Entity.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAge()Gets thisEntityBioDemographicsContract's current age based on birth date if present.Gets thisEntityBioDemographicsContract's city of birth.Gets thisEntityBioDemographicsContract's unmasked city of birth.Gets thisEntityBioDemographicsContract's country of birth code.Gets thisEntityBioDemographicsContract's unmasked country of birth code.Gets thisEntityBioDemographicsContract's birth date.Gets thisEntityBioDemographicsContract's unmasked birth date.Gets thisEntityBioDemographicsContract's birth state or extra-state jurisdiction code.Gets thisEntityBioDemographicsContract's unmasked birth state or extra-state jurisdiction code.Gets thisEntityBioDemographicsContract's deceased date.Gets thisEntityBioDemographicsContract's identity id.Get theEntityBioDemographicsContract's gender change code Corresponds to PESC GenderChangeCodeGet theEntityBioDemographicsContract's gender change code Corresponds to PESC GenderChangeCodeGets thisEntityBioDemographicsContract's gender code.Gets thisEntityBioDemographicsContract's unmasked gender code.Gets thisEntityBioDemographicsContract's geographic origin.Gets thisEntityBioDemographicsContract's unmasked geographic origin.Gets thisEntityBioDemographicsContract's marital status code.Gets thisEntityBioDemographicsContract's unmasked martial status code.Get the note associated with thisEntityBioDemographicsContractCorresponds to PESC NoteMessageGets thisEntityBioDemographicsContract's primary language code.Gets thisEntityBioDemographicsContract's unmasked primary language code.Gets thisEntityBioDemographicsContract's secondary language code.Gets thisEntityBioDemographicsContract's unmasked secondary language code.booleanReturns a boolean value that determines if personal fields should be suppressed.Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Field Details
-
BIRTH_DATE_FORMAT
- See Also:
-
DECEASED_DATE_FORMAT
- See Also:
-
-
Method Details
-
getEntityId
String getEntityId()Gets thisEntityBioDemographicsContract's identity id.- Returns:
- the identity id for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getDeceasedDate
String getDeceasedDate()Gets thisEntityBioDemographicsContract's deceased date.- Returns:
- the deceased date for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthDate
String getBirthDate()Gets thisEntityBioDemographicsContract's birth date.- Returns:
- the birth date for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getGenderCode
String getGenderCode()Gets thisEntityBioDemographicsContract's gender code.- Returns:
- the gender code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getMaritalStatusCode
String getMaritalStatusCode()Gets thisEntityBioDemographicsContract's marital status code.- Returns:
- the marital status code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getPrimaryLanguageCode
String getPrimaryLanguageCode()Gets thisEntityBioDemographicsContract's primary language code.- Returns:
- the primary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getSecondaryLanguageCode
String getSecondaryLanguageCode()Gets thisEntityBioDemographicsContract's secondary language code.- Returns:
- the secondary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthCountry
String getBirthCountry()Gets thisEntityBioDemographicsContract's country of birth code. Corresponds to PESC BirthCountry.- Returns:
- the country of birth code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthStateProvinceCode
String getBirthStateProvinceCode()Gets thisEntityBioDemographicsContract's birth state or extra-state jurisdiction code. Corresponds to PESC BirthStateProvinceCode.- Returns:
- the birth state code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthCity
String getBirthCity()Gets thisEntityBioDemographicsContract's city of birth. Corresponds to PESC BirthCity.- Returns:
- the city of birth for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getGeographicOrigin
String getGeographicOrigin()Gets thisEntityBioDemographicsContract's geographic origin.- Returns:
- the geographic origin for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthDateUnmasked
String getBirthDateUnmasked()Gets thisEntityBioDemographicsContract's unmasked birth date.- Returns:
- the unmasked birth date for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getAge
Integer getAge()Gets thisEntityBioDemographicsContract's current age based on birth date if present. Age calculation uses deceased date if present.- Returns:
- the calculated age for this
EntityBioDemographicsContract, or null ifgetBirthDate()is unpresent, suppressed, or there is a calculation error.
-
getGenderCodeUnmasked
String getGenderCodeUnmasked()Gets thisEntityBioDemographicsContract's unmasked gender code.- Returns:
- the unmasked gender code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getMaritalStatusCodeUnmasked
String getMaritalStatusCodeUnmasked()Gets thisEntityBioDemographicsContract's unmasked martial status code.- Returns:
- the unmasked martial status code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getPrimaryLanguageCodeUnmasked
String getPrimaryLanguageCodeUnmasked()Gets thisEntityBioDemographicsContract's unmasked primary language code.- Returns:
- the unmasked primary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getSecondaryLanguageCodeUnmasked
String getSecondaryLanguageCodeUnmasked()Gets thisEntityBioDemographicsContract's unmasked secondary language code.- Returns:
- the unmasked secondary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthCountryUnmasked
String getBirthCountryUnmasked()Gets thisEntityBioDemographicsContract's unmasked country of birth code.- Returns:
- the unmasked country of birth code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthStateProvinceCodeUnmasked
String getBirthStateProvinceCodeUnmasked()Gets thisEntityBioDemographicsContract's unmasked birth state or extra-state jurisdiction code. Corresponds to PESC BirthStateProvinceCode.- Returns:
- the unmaksed birth state code for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getBirthCityUnmasked
String getBirthCityUnmasked()Gets thisEntityBioDemographicsContract's unmasked city of birth. Corresponds to PESC BirthCity.- Returns:
- the unmasked city of birth for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getGeographicOriginUnmasked
String getGeographicOriginUnmasked()Gets thisEntityBioDemographicsContract's unmasked geographic origin.- Returns:
- the unmasked geographic origin for this
EntityBioDemographicsContract, or null if none has been assigned.
-
getNoteMessage
String getNoteMessage()Get the note associated with thisEntityBioDemographicsContractCorresponds to PESC NoteMessage- Returns:
- the message associated with this EntityName
-
getGenderChangeCode
String getGenderChangeCode()Get theEntityBioDemographicsContract's gender change code Corresponds to PESC GenderChangeCode- Returns:
- the gender change code or null if no change
-
getGenderChangeCodeUnmasked
String getGenderChangeCodeUnmasked()Get theEntityBioDemographicsContract's gender change code Corresponds to PESC GenderChangeCode- Returns:
- the gender change code or null if no change
-
isSuppressPersonal
boolean isSuppressPersonal()Returns a boolean value that determines if personal fields should be suppressed.- Returns:
- boolean value that determines if personal fields should be suppressed.
-