org.kuali.rice.kim.bo.entity
Interface KimEntityBioDemographics

All Known Implementing Classes:
KimEntityBioDemographicsImpl, KimEntityBioDemographicsInfo

public interface KimEntityBioDemographics

demographic information for a KIM entity

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Date getBirthDate()
          Gets this KimEntityBioDemographics's birth date.
 Date getBirthDateUnmasked()
          Gets this KimEntityBioDemographics's unmasked birth date.
 String getBirthStateCode()
          Gets this KimEntityBioDemographics's birth state code.
 String getBirthStateCodeUnmasked()
          Gets this KimEntityBioDemographics's unmaksed birth state code.
 String getCityOfBirth()
          Gets this KimEntityBioDemographics's city of birth.
 String getCityOfBirthUnmasked()
          Gets this KimEntityBioDemographics's unmasked city of birth.
 String getCountryOfBirthCode()
          Gets this KimEntityBioDemographics's country of birth code.
 String getCountryOfBirthCodeUnmasked()
          Gets this KimEntityBioDemographics's unmasked country of birth code.
 Date getDeceasedDate()
          Gets this KimEntityBioDemographics's deceased date.
 String getEntityId()
          Gets this KimEntityBioDemographics's entity id.
 String getGenderCode()
          Gets this KimEntityBioDemographics's gender code.
 String getGenderCodeUnmasked()
          Gets this KimEntityBioDemographics's unmasked gender code.
 String getGeographicOrigin()
          Gets this KimEntityBioDemographics's geographic origin.
 String getGeographicOriginUnmasked()
          Gets this KimEntityBioDemographics's unmasked geographic origin.
 String getMaritalStatusCode()
          Gets this KimEntityBioDemographics's marital status code.
 String getMaritalStatusCodeUnmasked()
          Gets this KimEntityBioDemographics's unmasked martial status code.
 String getPrimaryLanguageCode()
          Gets this KimEntityBioDemographics's primary language code.
 String getPrimaryLanguageCodeUnmasked()
          Gets this KimEntityBioDemographics's unmasked primary language code.
 String getSecondaryLanguageCode()
          Gets this KimEntityBioDemographics's secondary language code.
 String getSecondaryLanguageCodeUnmasked()
          Gets this KimEntityBioDemographics's unmasked secondary language code.
 boolean isSuppressPersonal()
           
 

Method Detail

getEntityId

String getEntityId()
Gets this KimEntityBioDemographics's entity id.

Returns:
the entity id for this KimEntityBioDemographics, or null if none has been assigned.

getDeceasedDate

Date getDeceasedDate()
Gets this KimEntityBioDemographics's deceased date.

Returns:
the deceased date for this KimEntityBioDemographics, or null if none has been assigned.

getBirthDate

Date getBirthDate()
Gets this KimEntityBioDemographics's birth date.

Returns:
the birth date for this KimEntityBioDemographics, or null if none has been assigned.

getGenderCode

String getGenderCode()
Gets this KimEntityBioDemographics's gender code.

Returns:
the gender code for this KimEntityBioDemographics, or null if none has been assigned.

getMaritalStatusCode

String getMaritalStatusCode()
Gets this KimEntityBioDemographics's marital status code.

Returns:
the marital status code for this KimEntityBioDemographics, or null if none has been assigned.

getPrimaryLanguageCode

String getPrimaryLanguageCode()
Gets this KimEntityBioDemographics's primary language code.

Returns:
the primary language code for this KimEntityBioDemographics, or null if none has been assigned.

getSecondaryLanguageCode

String getSecondaryLanguageCode()
Gets this KimEntityBioDemographics's secondary language code.

Returns:
the secondary language code for this KimEntityBioDemographics, or null if none has been assigned.

getCountryOfBirthCode

String getCountryOfBirthCode()
Gets this KimEntityBioDemographics's country of birth code.

Returns:
the country of birth code for this KimEntityBioDemographics, or null if none has been assigned.

getBirthStateCode

String getBirthStateCode()
Gets this KimEntityBioDemographics's birth state code.

Returns:
the birth state code for this KimEntityBioDemographics, or null if none has been assigned.

getCityOfBirth

String getCityOfBirth()
Gets this KimEntityBioDemographics's city of birth.

Returns:
the city of birth for this KimEntityBioDemographics, or null if none has been assigned.

getGeographicOrigin

String getGeographicOrigin()
Gets this KimEntityBioDemographics's geographic origin.

Returns:
the geographic origin for this KimEntityBioDemographics, or null if none has been assigned.

getBirthDateUnmasked

Date getBirthDateUnmasked()
Gets this KimEntityBioDemographics's unmasked birth date.

Returns:
the unmasked birth date for this KimEntityBioDemographics, or null if none has been assigned.

getGenderCodeUnmasked

String getGenderCodeUnmasked()
Gets this KimEntityBioDemographics's unmasked gender code.

Returns:
the unmasked gender code for this KimEntityBioDemographics, or null if none has been assigned.

getMaritalStatusCodeUnmasked

String getMaritalStatusCodeUnmasked()
Gets this KimEntityBioDemographics's unmasked martial status code.

Returns:
the unmasked martial status code for this KimEntityBioDemographics, or null if none has been assigned.

getPrimaryLanguageCodeUnmasked

String getPrimaryLanguageCodeUnmasked()
Gets this KimEntityBioDemographics's unmasked primary language code.

Returns:
the unmasked primary language code for this KimEntityBioDemographics, or null if none has been assigned.

getSecondaryLanguageCodeUnmasked

String getSecondaryLanguageCodeUnmasked()
Gets this KimEntityBioDemographics's unmasked secondary language code.

Returns:
the unmasked secondary language code for this KimEntityBioDemographics, or null if none has been assigned.

getCountryOfBirthCodeUnmasked

String getCountryOfBirthCodeUnmasked()
Gets this KimEntityBioDemographics's unmasked country of birth code.

Returns:
the unmasked country of birth code for this KimEntityBioDemographics, or null if none has been assigned.

getBirthStateCodeUnmasked

String getBirthStateCodeUnmasked()
Gets this KimEntityBioDemographics's unmaksed birth state code.

Returns:
the unmaksed birth state code for this KimEntityBioDemographics, or null if none has been assigned.

getCityOfBirthUnmasked

String getCityOfBirthUnmasked()
Gets this KimEntityBioDemographics's unmasked city of birth.

Returns:
the unmasked city of birth for this KimEntityBioDemographics, or null if none has been assigned.

getGeographicOriginUnmasked

String getGeographicOriginUnmasked()
Gets this KimEntityBioDemographics's unmasked geographic origin.

Returns:
the unmasked geographic origin for this KimEntityBioDemographics, or null if none has been assigned.

isSuppressPersonal

boolean isSuppressPersonal()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.