|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OlePatronAffiliations
public class OlePatronAffiliations
OlePatronAffiliations is a business object class for Ole Patron Affiliation Document
Constructor Summary | |
---|---|
OlePatronAffiliations()
|
Method Summary | |
---|---|
String |
getAffiliationType()
Gets the affiliationType attribute. |
String |
getCampusCode()
Gets the campusCode attribute. |
List<OlePatronEmployments> |
getEmployments()
Gets the employments attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setAffiliationType(String affiliationType)
Sets the affiliationType attribute value. |
void |
setCampusCode(String campusCode)
Sets the campusCode attribute value. |
void |
setEmployments(List<OlePatronEmployments> employments)
Sets the employments attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OlePatronAffiliations()
Method Detail |
---|
public String getAffiliationType()
public void setAffiliationType(String affiliationType)
affiliationType
- The affiliationType to set.public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public List<OlePatronEmployments> getEmployments()
public void setEmployments(List<OlePatronEmployments> employments)
employments
- The employments to set.public boolean isActive()
public void setActive(boolean active)
active
- The active to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |