atg.search.routing.command.search
Class Bottom

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

public class Bottom
extends RuleMove

A move to the bottom rule

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Bottom()
           
 
Method Summary
 java.lang.String getRequestTag()
           
 
Methods inherited from class atg.search.routing.command.search.RuleMove
equals, fromXmlParser, getAttributeXML, getBodyXML, getRule, getScore, setRule, setScore
 
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

Bottom

public Bottom()
Method Detail

getRequestTag

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