|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.core.person.dto.PersonReferenceIdInfo
public class PersonReferenceIdInfo
Information about an external identifier for a person.
Field Summary | |
---|---|
private String |
assigningOrg
|
private Map<String,String> |
attributes
|
private Date |
effectiveDate
|
private Date |
expirationDate
|
private String |
id
|
private MetaInfo |
metaInfo
|
private String |
personReferenceId
|
private static long |
serialVersionUID
|
private String |
state
|
private String |
type
|
Constructor Summary | |
---|---|
PersonReferenceIdInfo()
|
Method Summary | |
---|---|
String |
getAssigningOrg()
Organizational unit that assigned the reference id (e.g. |
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
Date |
getEffectiveDate()
Date and time that this person reference identifier became effective. |
Date |
getExpirationDate()
Date and time that this person reference identifier expires. |
String |
getId()
The page personReferenceIdId Structure does not exist. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
String |
getPersonReferenceId()
External identifier for a person. |
String |
getState()
The current status of the person reference identifier. |
String |
getType()
Identifier of the type of reference id (e.g. |
void |
setAssigningOrg(String assigningOrg)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setEffectiveDate(Date effectiveDate)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setPersonReferenceId(String personReferenceId)
|
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 personReferenceId
private String assigningOrg
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 PersonReferenceIdInfo()
Method Detail |
---|
public String getPersonReferenceId()
public void setPersonReferenceId(String personReferenceId)
public String getAssigningOrg()
public void setAssigningOrg(String assigningOrg)
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 |