org.kuali.ole.ingest.pojo
Class OlePatronGroup

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

public class OlePatronGroup
extends Object

OlePatronGroup is a business object class for Ole Patron Group Document


Constructor Summary
OlePatronGroup()
           
 
Method Summary
 List<OlePatron> getPatronGroup()
          Gets the patronGroup attribute.
 void setPatronGroup(List<OlePatron> patronGroup)
          Sets the patronGroup attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronGroup

public OlePatronGroup()
Method Detail

getPatronGroup

public List<OlePatron> getPatronGroup()
Gets the patronGroup attribute.

Returns:
Returns the patronGroup.

setPatronGroup

public void setPatronGroup(List<OlePatron> patronGroup)
Sets the patronGroup attribute value.

Parameters:
patronGroup - The patronGroup to set.


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