org.kuali.rice.kim.bo.entity.dto
Class KimEntityBioDemographicsInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.entity.dto.KimInfoBase
      extended by org.kuali.rice.kim.bo.entity.dto.KimEntityBioDemographicsInfo
All Implemented Interfaces:
Serializable, KimEntityBioDemographics

public class KimEntityBioDemographicsInfo
extends KimInfoBase
implements KimEntityBioDemographics, Serializable

Represents an entity's Bio Demographics info.

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
Serialized Form

Field Summary
protected  Date birthDate
           
protected  Date birthDateUnmasked
           
protected  String birthStateCode
           
protected  String birthStateCodeUnmasked
           
protected  String cityOfBirth
           
protected  String cityOfBirthUnmasked
           
protected  String countryOfBirthCode
           
protected  String countryOfBirthCodeUnmasked
           
protected  Date deceasedDate
           
protected  String entityId
           
protected  String genderCode
           
protected  String genderCodeUnmasked
           
protected  String genderCodeUnmaskedUnmasked
           
protected  String geographicOrigin
           
protected  String geographicOriginUnmasked
           
protected  String maritalStatusCode
           
protected  String maritalStatusCodeUnmasked
           
protected  String primaryLanguageCode
           
protected  String primaryLanguageCodeUnmasked
           
protected  String secondaryLanguageCode
           
protected  String secondaryLanguageCodeUnmasked
           
 
Constructor Summary
KimEntityBioDemographicsInfo()
           
KimEntityBioDemographicsInfo(KimEntityBioDemographics kimEntityBioDemographics)
           
 
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 getGenderCodeUnmaskedUnmasked()
           
 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()
           
 void setBirthDate(Date birthDate)
           
 void setBirthDateUnmasked(Date birthDateUnmasked)
           
 void setBirthStateCode(String birthStateCode)
           
 void setBirthStateCodeUnmasked(String birthStateCodeUnmasked)
           
 void setCityOfBirth(String cityOfBirth)
           
 void setCityOfBirthUnmasked(String cityOfBirthUnmasked)
           
 void setCountryOfBirthCode(String countryOfBirthCode)
           
 void setCountryOfBirthCodeUnmasked(String countryOfBirthCodeUnmasked)
           
 void setDeceasedDate(Date deceasedDate)
           
 void setEntityId(String entityId)
           
 void setGenderCode(String genderCode)
           
 void setGenderCodeUnmasked(String genderCodeUnmasked)
           
 void setGenderCodeUnmaskedUnmasked(String genderCodeUnmaskedUnmasked)
           
 void setGeographicOrigin(String geographicOrigin)
           
 void setGeographicOriginUnmasked(String geographicOriginUnmasked)
           
 void setMaritalStatusCode(String maritalStatusCode)
           
 void setMaritalStatusCodeUnmasked(String maritalStatusCodeUnmasked)
           
 void setPrimaryLanguageCode(String primaryLanguageCode)
           
 void setPrimaryLanguageCodeUnmasked(String primaryLanguageCodeUnmasked)
           
 void setSecondaryLanguageCode(String secondaryLanguageCode)
           
 void setSecondaryLanguageCodeUnmasked(String secondaryLanguageCodeUnmasked)
           
 void setSuppressPersonal(boolean suppressPersonal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityId

protected String entityId

birthDate

protected Date birthDate

deceasedDate

protected Date deceasedDate

genderCode

protected String genderCode

maritalStatusCode

protected String maritalStatusCode

primaryLanguageCode

protected String primaryLanguageCode

secondaryLanguageCode

protected String secondaryLanguageCode

countryOfBirthCode

protected String countryOfBirthCode

birthStateCode

protected String birthStateCode

cityOfBirth

protected String cityOfBirth

geographicOrigin

protected String geographicOrigin

birthDateUnmasked

protected Date birthDateUnmasked

genderCodeUnmasked

protected String genderCodeUnmasked

genderCodeUnmaskedUnmasked

protected String genderCodeUnmaskedUnmasked

maritalStatusCodeUnmasked

protected String maritalStatusCodeUnmasked

primaryLanguageCodeUnmasked

protected String primaryLanguageCodeUnmasked

secondaryLanguageCodeUnmasked

protected String secondaryLanguageCodeUnmasked

countryOfBirthCodeUnmasked

protected String countryOfBirthCodeUnmasked

birthStateCodeUnmasked

protected String birthStateCodeUnmasked

cityOfBirthUnmasked

protected String cityOfBirthUnmasked

geographicOriginUnmasked

protected String geographicOriginUnmasked
Constructor Detail

KimEntityBioDemographicsInfo

public KimEntityBioDemographicsInfo()

KimEntityBioDemographicsInfo

public KimEntityBioDemographicsInfo(KimEntityBioDemographics kimEntityBioDemographics)
Method Detail

getEntityId

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

Specified by:
getEntityId in interface KimEntityBioDemographics
Returns:
the entity id for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getEntityId()

setEntityId

public void setEntityId(String entityId)
Parameters:
entityId - the entityId to set

getBirthDate

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

Specified by:
getBirthDate in interface KimEntityBioDemographics
Returns:
the birth date for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getBirthDate()

setBirthDate

public void setBirthDate(Date birthDate)
Parameters:
birthDate - the birthDate to set

getDeceasedDate

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

Specified by:
getDeceasedDate in interface KimEntityBioDemographics
Returns:
the deceased date for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getDeceasedDate()

setDeceasedDate

public void setDeceasedDate(Date deceasedDate)
Parameters:
deceasedDate - the deceasedDate to set

getGenderCode

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

Specified by:
getGenderCode in interface KimEntityBioDemographics
Returns:
the gender code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getGenderCode()

setGenderCode

public void setGenderCode(String genderCode)
Parameters:
genderCode - the genderCode to set

getMaritalStatusCode

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

Specified by:
getMaritalStatusCode in interface KimEntityBioDemographics
Returns:
the marital status code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getMaritalStatusCode()

setMaritalStatusCode

public void setMaritalStatusCode(String maritalStatusCode)
Parameters:
maritalStatusCode - the maritalStatusCode to set

getPrimaryLanguageCode

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

Specified by:
getPrimaryLanguageCode in interface KimEntityBioDemographics
Returns:
the primary language code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getPrimaryLanguageCode()

setPrimaryLanguageCode

public void setPrimaryLanguageCode(String primaryLanguageCode)
Parameters:
primaryLanguageCode - the primaryLanguageCode to set

getSecondaryLanguageCode

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

Specified by:
getSecondaryLanguageCode in interface KimEntityBioDemographics
Returns:
the secondary language code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getSecondaryLanguageCode()

setSecondaryLanguageCode

public void setSecondaryLanguageCode(String secondaryLanguageCode)
Parameters:
secondaryLanguageCode - the secondaryLanguageCode to set

getCountryOfBirthCode

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

Specified by:
getCountryOfBirthCode in interface KimEntityBioDemographics
Returns:
the country of birth code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getCountryOfBirthCode()

setCountryOfBirthCode

public void setCountryOfBirthCode(String countryOfBirthCode)
Parameters:
countryOfBirthCode - the countryOfBirthCode to set

getBirthStateCode

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

Specified by:
getBirthStateCode in interface KimEntityBioDemographics
Returns:
the birth state code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getBirthStateCode()

setBirthStateCode

public void setBirthStateCode(String birthStateCode)
Parameters:
birthStateCode - the birthStateCode to set

getCityOfBirth

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

Specified by:
getCityOfBirth in interface KimEntityBioDemographics
Returns:
the city of birth for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getCityOfBirth()

setCityOfBirth

public void setCityOfBirth(String cityOfBirth)
Parameters:
cityOfBirth - the cityOfBirth to set

getGeographicOrigin

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

Specified by:
getGeographicOrigin in interface KimEntityBioDemographics
Returns:
the geographic origin for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getGeographicOrigin()

setGeographicOrigin

public void setGeographicOrigin(String geographicOrigin)
Parameters:
geographicOrigin - the geographicOrigin to set

getGenderCodeUnmasked

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

Specified by:
getGenderCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked gender code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getGenderCodeUnmasked()

setGenderCodeUnmasked

public void setGenderCodeUnmasked(String genderCodeUnmasked)
Parameters:
genderCodeUnmasked - the genderCodeUnmasked to set

getGenderCodeUnmaskedUnmasked

public String getGenderCodeUnmaskedUnmasked()
Returns:
the genderCodeUnmaskedUnmasked

setGenderCodeUnmaskedUnmasked

public void setGenderCodeUnmaskedUnmasked(String genderCodeUnmaskedUnmasked)
Parameters:
genderCodeUnmaskedUnmasked - the genderCodeUnmaskedUnmasked to set

getMaritalStatusCodeUnmasked

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

Specified by:
getMaritalStatusCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked martial status code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getMaritalStatusCodeUnmasked()

setMaritalStatusCodeUnmasked

public void setMaritalStatusCodeUnmasked(String maritalStatusCodeUnmasked)
Parameters:
maritalStatusCodeUnmasked - the maritalStatusCodeUnmasked to set

getPrimaryLanguageCodeUnmasked

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

Specified by:
getPrimaryLanguageCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked primary language code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getPrimaryLanguageCodeUnmasked()

setPrimaryLanguageCodeUnmasked

public void setPrimaryLanguageCodeUnmasked(String primaryLanguageCodeUnmasked)
Parameters:
primaryLanguageCodeUnmasked - the primaryLanguageCodeUnmasked to set

getSecondaryLanguageCodeUnmasked

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

Specified by:
getSecondaryLanguageCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked secondary language code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getSecondaryLanguageCodeUnmasked()

setSecondaryLanguageCodeUnmasked

public void setSecondaryLanguageCodeUnmasked(String secondaryLanguageCodeUnmasked)
Parameters:
secondaryLanguageCodeUnmasked - the secondaryLanguageCodeUnmasked to set

getCountryOfBirthCodeUnmasked

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

Specified by:
getCountryOfBirthCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked country of birth code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getCountryOfBirthCodeUnmasked()

setCountryOfBirthCodeUnmasked

public void setCountryOfBirthCodeUnmasked(String countryOfBirthCodeUnmasked)
Parameters:
countryOfBirthCodeUnmasked - the countryOfBirthCodeUnmasked to set

getBirthStateCodeUnmasked

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

Specified by:
getBirthStateCodeUnmasked in interface KimEntityBioDemographics
Returns:
the unmaksed birth state code for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getBirthStateCodeUnmasked()

setBirthStateCodeUnmasked

public void setBirthStateCodeUnmasked(String birthStateCodeUnmasked)
Parameters:
birthStateCodeUnmasked - the birthStateCodeUnmasked to set

getCityOfBirthUnmasked

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

Specified by:
getCityOfBirthUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked city of birth for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getCityOfBirthUnmasked()

setCityOfBirthUnmasked

public void setCityOfBirthUnmasked(String cityOfBirthUnmasked)
Parameters:
cityOfBirthUnmasked - the cityOfBirthUnmasked to set

getGeographicOriginUnmasked

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

Specified by:
getGeographicOriginUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked geographic origin for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getGeographicOriginUnmasked()

setGeographicOriginUnmasked

public void setGeographicOriginUnmasked(String geographicOriginUnmasked)
Parameters:
geographicOriginUnmasked - the geographicOriginUnmasked to set

isSuppressPersonal

public boolean isSuppressPersonal()
Specified by:
isSuppressPersonal in interface KimEntityBioDemographics
Returns:
the suppressPersonal

setSuppressPersonal

public void setSuppressPersonal(boolean suppressPersonal)
Parameters:
suppressPersonal - the suppressPersonal to set

getBirthDateUnmasked

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

Specified by:
getBirthDateUnmasked in interface KimEntityBioDemographics
Returns:
the unmasked birth date for this KimEntityBioDemographics, or null if none has been assigned.
See Also:
KimEntityBioDemographics.getBirthDateUnmasked()

setBirthDateUnmasked

public void setBirthDateUnmasked(Date birthDateUnmasked)


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