|
||||||||||
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.PersonEthnicityInfo
public class PersonEthnicityInfo
Detailed information about a person's ethnicity (and sub-ethnicity).
Field Summary | |
---|---|
private Date |
effectiveDate
|
private String |
ethnicityCode
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
personId
|
private static long |
serialVersionUID
|
private String |
subEthnicityCode
|
Constructor Summary | |
---|---|
PersonEthnicityInfo()
|
Method Summary | |
---|---|
Date |
getEffectiveDate()
Date/Time this became effective |
String |
getEthnicityCode()
Key code for the ethnicity group the person declared |
Date |
getExpirationDate()
Date/Time this became no longer effective |
String |
getId()
Unique identifier for the ethnicity record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getPersonId()
Unique identifier for a person record. |
String |
getSubEthnicityCode()
key code for the sub-ethnicity group the person declared |
void |
setEffectiveDate(Date effectiveDate)
|
void |
setEthnicityCode(String ethnicityCode)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setPersonId(String personId)
|
void |
setSubEthnicityCode(String subEthnicityCode)
|
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 String personId
private String ethnicityCode
private String subEthnicityCode
private Date effectiveDate
private Date expirationDate
private MetaInfo metaInfo
private String id
Constructor Detail |
---|
public PersonEthnicityInfo()
Method Detail |
---|
public String getPersonId()
public void setPersonId(String personId)
public String getEthnicityCode()
public void setEthnicityCode(String ethnicityCode)
public String getSubEthnicityCode()
public void setSubEthnicityCode(String subEthnicityCode)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
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 |