|
||||||||||
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.PersonVisaInfo
public class PersonVisaInfo
Detailed information about a person's visa.
Field Summary | |
---|---|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
personId
|
private static long |
serialVersionUID
|
private String |
visaEntry
|
private String |
visaId
|
private String |
visaTypeKey
|
Constructor Summary | |
---|---|
PersonVisaInfo()
|
Method Summary | |
---|---|
Date |
getEffectiveDate()
Date/Time this became effective |
Date |
getExpirationDate()
Date/Time this became no longer effective |
String |
getId()
Unique identifier for the citizenship record. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getPersonId()
Unique identifier for a person record. |
String |
getVisaEntry()
port of entry |
String |
getVisaId()
visa identification number |
String |
getVisaTypeKey()
key Code for the visa type (e.g.landed immigrant, on student visa, diplomat) |
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setPersonId(String personId)
|
void |
setVisaEntry(String visaEntry)
|
void |
setVisaId(String visaId)
|
void |
setVisaTypeKey(String visaTypeKey)
|
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 visaTypeKey
private Date effectiveDate
private Date expirationDate
private String visaEntry
private String visaId
private MetaInfo metaInfo
private String id
Constructor Detail |
---|
public PersonVisaInfo()
Method Detail |
---|
public String getPersonId()
public void setPersonId(String personId)
public String getVisaTypeKey()
public void setVisaTypeKey(String visaTypeKey)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public String getVisaEntry()
public void setVisaEntry(String visaEntry)
public String getVisaId()
public void setVisaId(String visaId)
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 |