com.indexdata.mkjsf.pazpar2.data
Class RecordResponse

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
      extended by com.indexdata.mkjsf.pazpar2.data.RecordResponse
All Implemented Interfaces:
Serializable

public class RecordResponse
extends ResponseDataObject

Data from the record command, can be accessed by pzresp.record

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
RecordResponse()
           
 
Method Summary
 String getActiveClients()
           
 String getAuthor()
           
 String getDate()
           
 Location getFirstLocation()
           
 List<Location> getLocations()
           
 String getRecId()
           
 String getSubject()
           
 String getSubjects()
           
 String getTitle()
           
 
Methods inherited from class com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordResponse

public RecordResponse()
Method Detail

getRecId

public String getRecId()

getLocations

public List<Location> getLocations()

getTitle

public String getTitle()

getDate

public String getDate()

getAuthor

public String getAuthor()

getSubject

public String getSubject()

getSubjects

public String getSubjects()

getFirstLocation

public Location getFirstLocation()

getActiveClients

public String getActiveClients()


Copyright © 2013. All Rights Reserved.