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, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public PersonBioDemographicsInfo()
public PersonBioDemographicsInfo(PersonBioDemographics infc)
public String getPersonId()
PersonBioDemographics
getPersonId
in interface PersonBioDemographics
public void setPersonId(String personId)
public Date getDeceasedDate()
PersonBioDemographics
getDeceasedDate
in interface PersonBioDemographics
public void setDeceasedDate(Date deceasedDate)
public Date getBirthDate()
PersonBioDemographics
getBirthDate
in interface PersonBioDemographics
public void setBirthDate(Date birthDate)
public String getGenderCode()
PersonBioDemographics
getGenderCode
in interface PersonBioDemographics
public void setGenderCode(String genderCode)
public String toString()
toString
in class IdNamelessEntityInfo
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.