com.primus.searchstudio
Class RelatedDocumentSet

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

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

See Also:
Serialized Form

Constructor Summary
RelatedDocumentSet(int score, int count, java.lang.String path)
           
 
Method Summary
 int getCount()
           
 java.lang.String getPath()
           
 int getScore()
           
 void setCount(int count)
           
 void setPath(java.lang.String path)
           
 void setScore(int score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedDocumentSet

public RelatedDocumentSet(int score,
                          int count,
                          java.lang.String path)
Method Detail

getScore

public int getScore()

setScore

public void setScore(int score)

getCount

public int getCount()

setCount

public void setCount(int count)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)