org.kuali.ole.ingest.pojo
Class OlePatronGroup
java.lang.Object
org.kuali.ole.ingest.pojo.OlePatronGroup
public class OlePatronGroup
- extends Object
OlePatronGroup is a business object class for Ole Patron Group Document
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OlePatronGroup
public OlePatronGroup()
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.