|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.core.person.dto.PersonInfo
public class PersonInfo
Detailed information about a single person.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private Date |
birthDate
|
private String |
cityofBirth
|
private String |
countryofBirthCode
|
private Date |
deceasedDate
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
gender
|
private String |
geographicOrigin
|
private String |
id
|
private Boolean |
isTestPerson
|
private String |
maritalStatusCode
|
private MetaInfo |
metaInfo
|
private List<PersonCitizenshipInfo> |
personCitizenshipInfoList
|
private List<PersonEthnicityInfo> |
personEthnicityInfoList
|
private List<PersonNameInfo> |
personNameInfoList
|
private List<PersonResidencyInfo> |
personResidencyInfoList
|
private List<String> |
personTypeKeyList
|
private List<PersonVisaInfo> |
personVisaInfoList
|
private String |
photo
|
private String |
primaryLanguageCode
|
private String |
secondaryLanguageCode
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
stateofBirth
|
Constructor Summary | |
---|---|
PersonInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
Date |
getBirthDate()
Date of birth |
String |
getCityofBirth()
city of Birth. |
String |
getCountryofBirthCode()
Country of Birth |
Date |
getDeceasedDate()
Date of death |
Date |
getEffectiveDate()
Date and time that this person became effective. |
Date |
getExpirationDate()
Date and time that this person record expires. |
String |
getGender()
Gender |
String |
getGeographicOrigin()
the jurisdiction (county, state, country - however defined by the institution) where a learner lives at the point of application to the institution |
String |
getId()
Unique identifier for a person record. |
Boolean |
getIsTestPerson()
Indicates if the record is for a test person |
String |
getMaritalStatusCode()
Marital status |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
List<PersonCitizenshipInfo> |
getPersonCitizenshipInfoList()
List of detailed information about a person's citizenship. |
List<PersonEthnicityInfo> |
getPersonEthnicityInfoList()
List of detailed information about a person's ethnicity ( and sub-ethnicity?). |
List<PersonNameInfo> |
getPersonNameInfoList()
List containing information about a person's names. |
List<PersonResidencyInfo> |
getPersonResidencyInfoList()
List of detailed information about a student's residency. |
List<String> |
getPersonTypeKeyList()
List of identifiers for types of people. |
List<PersonVisaInfo> |
getPersonVisaInfoList()
List of detailed information about a person's visa. |
String |
getPhoto()
photo file name (.jpg) |
String |
getPrimaryLanguageCode()
Primary Language Code |
String |
getSecondaryLanguageCode()
secondary Language Code |
String |
getState()
Indicates the state of this person record |
String |
getStateofBirth()
State/Province of Birth. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setBirthDate(Date birthDate)
|
void |
setCityofBirth(String cityofBirth)
|
void |
setCountryofBirthCode(String countryofBirthCode)
|
void |
setDeceasedDate(Date deceasedDate)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setGender(String gender)
|
void |
setGeographicOrigin(String geographicOrigin)
|
void |
setId(String id)
|
void |
setIsTestPerson(Boolean isTestPerson)
|
void |
setMaritalStatusCode(String maritalStatusCode)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setPersonCitizenshipInfoList(List<PersonCitizenshipInfo> personCitizenshipInfoList)
|
void |
setPersonEthnicityInfoList(List<PersonEthnicityInfo> personEthnicityInfoList)
|
void |
setPersonNameInfoList(List<PersonNameInfo> personNameInfoList)
|
void |
setPersonResidencyInfoList(List<PersonResidencyInfo> personResidencyInfoList)
|
void |
setPersonTypeKeyList(List<String> personTypeKeyList)
|
void |
setPersonVisaInfoList(List<PersonVisaInfo> personVisaInfoList)
|
void |
setPhoto(String photo)
|
void |
setPrimaryLanguageCode(String primaryLanguageCode)
|
void |
setSecondaryLanguageCode(String secondaryLanguageCode)
|
void |
setState(String state)
|
void |
setStateofBirth(String stateofBirth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private List<String> personTypeKeyList
private List<PersonNameInfo> personNameInfoList
private List<PersonCitizenshipInfo> personCitizenshipInfoList
private List<PersonVisaInfo> personVisaInfoList
private List<PersonResidencyInfo> personResidencyInfoList
private List<PersonEthnicityInfo> personEthnicityInfoList
private Date birthDate
private Boolean isTestPerson
private String gender
private String photo
private Date deceasedDate
private String maritalStatusCode
private String primaryLanguageCode
private String secondaryLanguageCode
private String countryofBirthCode
private String stateofBirth
private String cityofBirth
private String geographicOrigin
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String state
private String id
Constructor Detail |
---|
public PersonInfo()
Method Detail |
---|
public List<String> getPersonTypeKeyList()
public void setPersonTypeKeyList(List<String> personTypeKeyList)
public List<PersonNameInfo> getPersonNameInfoList()
public void setPersonNameInfoList(List<PersonNameInfo> personNameInfoList)
public List<PersonCitizenshipInfo> getPersonCitizenshipInfoList()
public void setPersonCitizenshipInfoList(List<PersonCitizenshipInfo> personCitizenshipInfoList)
public List<PersonVisaInfo> getPersonVisaInfoList()
public void setPersonVisaInfoList(List<PersonVisaInfo> personVisaInfoList)
public List<PersonResidencyInfo> getPersonResidencyInfoList()
public void setPersonResidencyInfoList(List<PersonResidencyInfo> personResidencyInfoList)
public List<PersonEthnicityInfo> getPersonEthnicityInfoList()
public void setPersonEthnicityInfoList(List<PersonEthnicityInfo> personEthnicityInfoList)
public Date getBirthDate()
public void setBirthDate(Date birthDate)
public Boolean getIsTestPerson()
public void setIsTestPerson(Boolean isTestPerson)
public String getGender()
public void setGender(String gender)
public String getPhoto()
public void setPhoto(String photo)
public Date getDeceasedDate()
public void setDeceasedDate(Date deceasedDate)
public String getMaritalStatusCode()
public void setMaritalStatusCode(String maritalStatusCode)
public String getPrimaryLanguageCode()
public void setPrimaryLanguageCode(String primaryLanguageCode)
public String getSecondaryLanguageCode()
public void setSecondaryLanguageCode(String secondaryLanguageCode)
public String getCountryofBirthCode()
public void setCountryofBirthCode(String countryofBirthCode)
public String getStateofBirth()
public void setStateofBirth(String stateofBirth)
public String getCityofBirth()
public void setCityofBirth(String cityofBirth)
public String getGeographicOrigin()
public void setGeographicOrigin(String geographicOrigin)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getState()
public void setState(String state)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |