org.kuali.ole.ingest.pojo
Class OlePatronAffiliations

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OlePatronAffiliations

public class OlePatronAffiliations
extends Object

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

OlePatronAffiliations

public OlePatronAffiliations()
Method Detail

getAffiliationType

public String getAffiliationType()
Gets the affiliationType attribute.

Returns:
Returns the affiliationType.

setAffiliationType

public void setAffiliationType(String affiliationType)
Sets the affiliationType attribute value.

Parameters:
affiliationType - The affiliationType to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode.

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute value.

Parameters:
campusCode - The campusCode to set.

getEmployments

public List<OlePatronEmployments> getEmployments()
Gets the employments attribute.

Returns:
Returns the employments.

setEmployments

public void setEmployments(List<OlePatronEmployments> employments)
Sets the employments attribute value.

Parameters:
employments - The employments to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.