org.kuali.ole.bo.serachRetrieve
Class OleSRUResponseDocuments

java.lang.Object
  extended by org.kuali.ole.bo.serachRetrieve.OleSRUResponseDocuments

public class OleSRUResponseDocuments
extends Object

Created with IntelliJ IDEA. User: ? Date: 7/17/12 Time: 4:29 PM To change this template use File | Settings | File Templates.


Field Summary
 List<OleSRUResponseDocument> opacRecords
           
 
Constructor Summary
OleSRUResponseDocuments()
           
 
Method Summary
 List<OleSRUResponseDocument> getOpacRecords()
           
 void setOpacRecords(List<OleSRUResponseDocument> opacRecords)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

opacRecords

public List<OleSRUResponseDocument> opacRecords
Constructor Detail

OleSRUResponseDocuments

public OleSRUResponseDocuments()
Method Detail

getOpacRecords

public List<OleSRUResponseDocument> getOpacRecords()

setOpacRecords

public void setOpacRecords(List<OleSRUResponseDocument> opacRecords)

toString

public String toString()
Overrides:
toString in class Object


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