public class RelatedDocset
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
Document.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RelatedDocset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
protected void |
getAttributeXML(java.lang.StringBuilder sb) |
protected void |
getBodyXML(java.lang.StringBuilder sb) |
int |
getId()
Returns the id of the docset
|
int |
getNumResultsInSet()
Returns the number of results in the set
|
java.lang.String |
getPath()
Returns the path
|
int |
getRelevance()
Returns the relevance
|
java.lang.String |
getRequestTag() |
java.lang.String |
getType()
Returns the type of the docset
|
int |
hashCode() |
void |
setId(int id)
Sets the id of the docset
|
void |
setNumResultsInSet(int numResultsInSet)
Sets the number of results in the set
|
void |
setPath(java.lang.String path)
Sets the path
|
void |
setRelevance(int relevance)
Sets the relevance
|
void |
setType(java.lang.String type)
Sets the type of the docset
|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the pathpublic int getId()
public void setId(int id)
id - the id of the docsetpublic int getRelevance()
public void setRelevance(int relevance)
relevance - the relevancepublic int getNumResultsInSet()
public void setNumResultsInSet(int numResultsInSet)
numResultsInSet - the number of results in the setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type of the docsetpublic java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandExceptionprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException