de.nava.informa.search
Class ItemResult

java.lang.Object
  extended by de.nava.informa.search.ItemResult

public class ItemResult
extends Object

Container class to store information about one search result entry.

See Also:
ChannelSearcher

Constructor Summary
ItemResult(ItemIF item, float score)
           
 
Method Summary
 ItemIF getItem()
           
 float getScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemResult

public ItemResult(ItemIF item,
                  float score)
Method Detail

getItem

public ItemIF getItem()

getScore

public float getScore()


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.