org.kuali.ole.pojo.dublin.unqualified
Class UnQualifiedDublinRecord

java.lang.Object
  extended by org.kuali.ole.pojo.dublin.unqualified.UnQualifiedDublinRecord

public class UnQualifiedDublinRecord
extends Object

Represents an XML Record of category:Work, Type:Bibliographic, Format:DUBLIN_UNQUALIFIED

Author:
Poornima

Constructor Summary
UnQualifiedDublinRecord()
           
 
Method Summary
 ListRecords getListRecords()
           
 String getRequest()
           
 String getResponseDate()
           
 void setListRecords(ListRecords listRecords)
           
 void setRequest(String request)
           
 void setResponseDate(String responseDate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnQualifiedDublinRecord

public UnQualifiedDublinRecord()
Method Detail

getListRecords

public ListRecords getListRecords()
Returns:
the ListRecords

setListRecords

public void setListRecords(ListRecords listRecords)
Parameters:
listRecords - the ListRecords to set

getResponseDate

public String getResponseDate()
Returns:
the responseDate

setResponseDate

public void setResponseDate(String responseDate)
Parameters:
responseDate - the responseDate to set

getRequest

public String getRequest()
Returns:
the request

setRequest

public void setRequest(String request)
Parameters:
request - the request to set

toString

public String toString()
Overrides:
toString in class Object


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