atg.search.routing.command.search
Class RelatedDocumentSet

java.lang.Object
  extended by atg.search.routing.command.SearchXMLObject
      extended by atg.search.routing.command.search.RelatedDocumentSet
All Implemented Interfaces:
java.io.Serializable

public class RelatedDocumentSet
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable

Related document set, used by FeedbackReport.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
RelatedDocumentSet(int score, int count, java.lang.String path)
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
protected  void getAttributeXML(java.lang.StringBuilder sb)
           
protected  void getBodyXML(java.lang.StringBuilder sb)
           
 int getCount()
          Returns the count
 java.lang.String getPath()
          Returns the path
 java.lang.String getRequestTag()
           
 int getScore()
          Returns the score
 void setCount(int count)
          Sets the count
 void setPath(java.lang.String path)
          Sets the path
 void setScore(int score)
          Sets the score
 
Methods inherited from class atg.search.routing.command.SearchXMLObject
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

RelatedDocumentSet

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

equals

public boolean equals(java.lang.Object pObject)
Overrides:
equals in class java.lang.Object

getScore

public int getScore()
Returns the score

Returns:
the score

setScore

public void setScore(int score)
Sets the score

Parameters:
score - the score

getCount

public int getCount()
Returns the count

Returns:
the count

setCount

public void setCount(int count)
Sets the count

Parameters:
count - the count

getPath

public java.lang.String getPath()
Returns the path

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path

Parameters:
path - the path

getRequestTag

public java.lang.String getRequestTag()
Specified by:
getRequestTag in class atg.search.routing.command.SearchXMLObject

getAttributeXML

protected void getAttributeXML(java.lang.StringBuilder sb)
                        throws atg.search.routing.command.IncompleteCommandException
Overrides:
getAttributeXML in class atg.search.routing.command.SearchXMLObject
Throws:
atg.search.routing.command.IncompleteCommandException

getBodyXML

protected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
Overrides:
getBodyXML in class atg.search.routing.command.SearchXMLObject
Throws:
atg.search.routing.command.IncompleteCommandException