|
||||||||||
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.PersonResidencyInfo
public class PersonResidencyInfo
Detailed information about a student's residency.
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private String |
determinationMethod
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private String |
inStateFlag
|
private MetaInfo |
metaInfo
|
private String |
personId
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
PersonResidencyInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getDeterminationMethod()
Source or proof to determine residency. |
Date |
getEffectiveDate()
Date and time that this residency record became effective. |
Date |
getExpirationDate()
Date and time that this residency record expires. |
String |
getId()
Unique identifier for the residency record. |
String |
getInStateFlag()
Flag indicates whether a student is considered to reside in state. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getPersonId()
Unique identifier for a person record. |
String |
getState()
The current status of the residency record. |
String |
getType()
Key code for the residency type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDeterminationMethod(String determinationMethod)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setInStateFlag(String inStateFlag)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setPersonId(String personId)
|
void |
setState(String state)
|
void |
setType(String type)
|
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 determinationMethod
private String inStateFlag
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
Constructor Detail |
---|
public PersonResidencyInfo()
Method Detail |
---|
public String getPersonId()
public void setPersonId(String personId)
public String getDeterminationMethod()
public void setDeterminationMethod(String determinationMethod)
public String getInStateFlag()
public void setInStateFlag(String inStateFlag)
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 getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
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 |