org.mycore.frontend.indexbrowser.lucene
Class MCRIndexBrowserEntry

java.lang.Object
  extended by org.mycore.frontend.indexbrowser.lucene.MCRIndexBrowserEntry

public class MCRIndexBrowserEntry
extends Object

Holder class for an index browser entry.

Author:
Matthias Eichner

Constructor Summary
MCRIndexBrowserEntry()
           
 
Method Summary
 void addOutputValue(String value)
           
 void addSortValue(String sortValue)
           
 String getObjectId()
           
 String getOutputValue(int index)
           
 List<String> getOutputValues()
           
 String getSortValue(int index)
           
 List<String> getSortValues()
           
 void setObjectId(String objectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRIndexBrowserEntry

public MCRIndexBrowserEntry()
Method Detail

addSortValue

public void addSortValue(String sortValue)

addOutputValue

public void addOutputValue(String value)

getSortValue

public String getSortValue(int index)

getOutputValue

public String getOutputValue(int index)

setObjectId

public void setObjectId(String objectId)

getSortValues

public List<String> getSortValues()

getOutputValues

public List<String> getOutputValues()

getObjectId

public String getObjectId()