org.activemath.webapp.dict
Class SearchResult

java.lang.Object
  extended by org.activemath.webapp.dict.SearchResult

public class SearchResult
extends Object

Search result for Dictionary


Field Summary
protected static Category log
          The logger for this class
 
Method Summary
 String getQueryText()
           
 long getQueryTime()
           
 Map getResult()
           
 Collection getResults()
           
 void setQueryTime(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Category log
The logger for this class

Method Detail

getQueryText

public String getQueryText()

getQueryTime

public long getQueryTime()

setQueryTime

public void setQueryTime(long value)

getResults

public Collection getResults()

getResult

public Map getResult()