com.indexdata.mkjsf.pazpar2.data
Class Hit

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

public class Hit
extends ResponseDataObject

Data from the show command, child object of ShowResponse, can be accessed by pzresp.show.hits

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
Hit()
           
 
Method Summary
 String getAuthor()
           
 String getAuthor(String prefix)
           
 String getDate()
           
 String getDescription()
           
 List<Location> getLocations()
           
 String getRecId()
           
 String getTitle()
           
 String getTitleComplete()
           
 String getTitleRemainder()
           
 String getTitleResponsibility()
           
 
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

Hit

public Hit()
Method Detail

getLocations

public List<Location> getLocations()

getTitle

public String getTitle()

getTitleRemainder

public String getTitleRemainder()

getAuthor

public String getAuthor(String prefix)

getAuthor

public String getAuthor()

getTitleResponsibility

public String getTitleResponsibility()

getDate

public String getDate()

getTitleComplete

public String getTitleComplete()

getRecId

public String getRecId()

getDescription

public String getDescription()


Copyright © 2013. All Rights Reserved.