atg.search.routing.command.search
Class CustomReportData

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

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

Report data results showing terms in query that are in adaptors (including termtool)

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
CustomReportData()
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
protected  void getAttributeXML(java.lang.StringBuilder sb)
           
protected  void getBodyXML(java.lang.StringBuilder sb)
           
 java.lang.String getContext()
          Returns the name of dictionary adaptor
 java.lang.String getRequestTag()
          Gets the xml element tag used in the request
 java.lang.String getTerm()
          Returns the term of query that appears in a dictionary adaptor, including TermTool
 int hashCode()
           
 void setContext(java.lang.String context)
          Name of dictionary adaptor
 void setTerm(java.lang.String term)
           
 
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, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CustomReportData

public CustomReportData()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTerm

public java.lang.String getTerm()
Returns the term of query that appears in a dictionary adaptor, including TermTool

Returns:
Term of query that appears in a dictionary adaptor, including TermTool

setTerm

public void setTerm(java.lang.String term)
Parameters:
term - Term of query that appears in a dictionary adaptor, including TermTool

getContext

public java.lang.String getContext()
Returns the name of dictionary adaptor

Returns:
Name of dictionary adaptor

setContext

public void setContext(java.lang.String context)
Name of dictionary adaptor

Parameters:
context - Name of dictionary adaptor

getRequestTag

public java.lang.String getRequestTag()
Gets the xml element tag used in the request

Specified by:
getRequestTag in class atg.search.routing.command.SearchXMLObject
Returns:
xml element tag

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