org.kuali.rice.kim.api.identity.personal
Interface EntityBioDemographicsContract

All Superinterfaces:
GloballyUnique, Versioned
All Known Implementing Classes:
EntityBioDemographics, EntityBioDemographics.Builder, EntityBioDemographicsBo

public interface EntityBioDemographicsContract
extends Versioned, GloballyUnique


Method Summary
 String getBirthDate()
          Gets this EntityBioDemographicsContract's birth date.
 String getBirthDateUnmasked()
          Gets this EntityBioDemographicsContract's unmasked birth date.
 String getBirthStateCode()
          Gets this EntityBioDemographicsContract's birth state code.
 String getBirthStateCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmaksed birth state code.
 String getCityOfBirth()
          Gets this EntityBioDemographicsContract's city of birth.
 String getCityOfBirthUnmasked()
          Gets this EntityBioDemographicsContract's unmasked city of birth.
 String getCountryOfBirthCode()
          Gets this EntityBioDemographicsContract's country of birth code.
 String getCountryOfBirthCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmasked country of birth code.
 String getDeceasedDate()
          Gets this EntityBioDemographicsContract's deceased date.
 String getEntityId()
          Gets this EntityBioDemographicsContract's identity id.
 String getGenderCode()
          Gets this EntityBioDemographicsContract's gender code.
 String getGenderCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmasked gender code.
 String getGeographicOrigin()
          Gets this EntityBioDemographicsContract's geographic origin.
 String getGeographicOriginUnmasked()
          Gets this EntityBioDemographicsContract's unmasked geographic origin.
 String getMaritalStatusCode()
          Gets this EntityBioDemographicsContract's marital status code.
 String getMaritalStatusCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmasked martial status code.
 String getPrimaryLanguageCode()
          Gets this EntityBioDemographicsContract's primary language code.
 String getPrimaryLanguageCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmasked primary language code.
 String getSecondaryLanguageCode()
          Gets this EntityBioDemographicsContract's secondary language code.
 String getSecondaryLanguageCodeUnmasked()
          Gets this EntityBioDemographicsContract's unmasked secondary language code.
 boolean isSuppressPersonal()
          Returns a boolean value that determines if personal fields should be suppressed.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getEntityId

String getEntityId()
Gets this EntityBioDemographicsContract's identity id.

Returns:
the identity id for this EntityBioDemographicsContract, or null if none has been assigned.

getDeceasedDate

String getDeceasedDate()
Gets this EntityBioDemographicsContract's deceased date.

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

getBirthDate

String getBirthDate()
Gets this EntityBioDemographicsContract's birth date.

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

getGenderCode

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

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

getMaritalStatusCode

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

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

getPrimaryLanguageCode

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

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

getSecondaryLanguageCode

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

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

getCountryOfBirthCode

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

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

getBirthStateCode

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

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

getCityOfBirth

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

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

getGeographicOrigin

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

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

getBirthDateUnmasked

String getBirthDateUnmasked()
Gets this EntityBioDemographicsContract's unmasked birth date.

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

getGenderCodeUnmasked

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

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

getMaritalStatusCodeUnmasked

String getMaritalStatusCodeUnmasked()
Gets this EntityBioDemographicsContract'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 this EntityBioDemographicsContract'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 this EntityBioDemographicsContract's unmasked secondary language code.

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

getCountryOfBirthCodeUnmasked

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

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

getBirthStateCodeUnmasked

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

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

getCityOfBirthUnmasked

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

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

getGeographicOriginUnmasked

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

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

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.


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