atg.search.routing.command.search
Class Source

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

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

Source information about how the configuration was constructed

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Source()
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
 java.lang.String getApplication()
          Returns the application that generated this source expression
protected  void getAttributeXML(java.lang.StringBuilder sb)
           
protected  void getBodyXML(java.lang.StringBuilder sb)
           
 java.lang.String getId()
          Returns the application's ID for this source
 java.lang.String getRequestTag()
           
 java.lang.String getSource()
          Returns decoded source xml
 void setApplication(java.lang.String pApplication)
          Sets the application that generated this source expression
 void setId(java.lang.String pId)
          Sets the application's ID for this source
 void setSource(java.lang.String pSource)
          Sets decoded source xml
 
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

Source

public Source()
Method Detail

equals

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

getSource

public java.lang.String getSource()
Returns decoded source xml

Returns:
decoded source xml

setSource

public void setSource(java.lang.String pSource)
Sets decoded source xml

Parameters:
pSource - decoded source xml

getApplication

public java.lang.String getApplication()
Returns the application that generated this source expression

Returns:
The application that generated this source expression

setApplication

public void setApplication(java.lang.String pApplication)
Sets the application that generated this source expression

Parameters:
pApplication - the application that generated this source expression

getId

public java.lang.String getId()
Returns the application's ID for this source

Returns:
The application's ID for this source

setId

public void setId(java.lang.String pId)
Sets the application's ID for this source

Parameters:
pId - the application's ID for this source

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

getRequestTag

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

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