org.kuali.ole.bo.explain
Class OleSRUExplainResponse

java.lang.Object
  extended by org.kuali.ole.bo.explain.OleSRUExplainResponse

public class OleSRUExplainResponse
extends Object

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


Constructor Summary
OleSRUExplainResponse()
           
 
Method Summary
 OleSRUExplainRecord getRecord()
           
 String getVersion()
           
 void setRecord(OleSRUExplainRecord record)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OleSRUExplainResponse

public OleSRUExplainResponse()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getRecord

public OleSRUExplainRecord getRecord()

setRecord

public void setRecord(OleSRUExplainRecord record)

toString

public String toString()
Overrides:
toString in class Object


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