com.primus.searchstudio
Class RelatedQuery

java.lang.Object
  extended by com.primus.searchstudio.RelatedQuery
All Implemented Interfaces:
java.io.Serializable

public class RelatedQuery
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RelatedQuery(int freq, int score, java.lang.String questionText)
           
 
Method Summary
 int getFreq()
           
 java.lang.String getQuestionText()
           
 int getScore()
           
 void setFreq(int freq)
           
 void setQuestionText(java.lang.String questionText)
           
 void setScore(int score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedQuery

public RelatedQuery(int freq,
                    int score,
                    java.lang.String questionText)
Method Detail

getFreq

public int getFreq()

setFreq

public void setFreq(int freq)

getScore

public int getScore()

setScore

public void setScore(int score)

getQuestionText

public java.lang.String getQuestionText()

setQuestionText

public void setQuestionText(java.lang.String questionText)