atg.search.routing.command.search
Class SelectedTopic

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

public class SelectedTopic
extends Topic
implements java.io.Serializable

A topic from the engine comprising a topic ID and path.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SelectedTopic()
           
 
Method Summary
 java.lang.String getRequestTag()
           
 
Methods inherited from class atg.search.routing.command.search.Topic
equals, getAttributeXML, getBodyXML, getId, getPath, setId, setPath
 
Methods inherited from class atg.search.routing.command.SearchXMLObject
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, setParentXMLObject, 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
Constructor Detail

SelectedTopic

public SelectedTopic()
Method Detail

getRequestTag

public java.lang.String getRequestTag()
Overrides:
getRequestTag in class Topic