public class PersonBioDemographicsInfo extends IdNamelessEntityInfo implements PersonBioDemographics, Serializable
| Constructor and Description |
|---|
PersonBioDemographicsInfo() |
PersonBioDemographicsInfo(PersonBioDemographics infc) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBirthDate()
Date of Birth
|
Date |
getDeceasedDate()
Date deceased if person is deceased and the date is known.
|
String |
getGenderCode()
Gender or Sex of the person
Values include M, F and U for unreported.
|
String |
getPersonId()
The id of the person to whom this demographics are attached.
|
void |
setBirthDate(Date birthDate) |
void |
setDeceasedDate(Date deceasedDate) |
void |
setGenderCode(String genderCode) |
void |
setPersonId(String personId) |
String |
toString() |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic PersonBioDemographicsInfo()
public PersonBioDemographicsInfo(PersonBioDemographics infc)
public String getPersonId()
PersonBioDemographicsgetPersonId in interface PersonBioDemographicspublic void setPersonId(String personId)
public Date getDeceasedDate()
PersonBioDemographicsgetDeceasedDate in interface PersonBioDemographicspublic void setDeceasedDate(Date deceasedDate)
public Date getBirthDate()
PersonBioDemographicsgetBirthDate in interface PersonBioDemographicspublic void setBirthDate(Date birthDate)
public String getGenderCode()
PersonBioDemographicsgetGenderCode in interface PersonBioDemographicspublic void setGenderCode(String genderCode)
public String toString()
toString in class IdNamelessEntityInfoCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.