|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.SearchXMLObject
atg.search.routing.command.search.AppendixRule
public class AppendixRule
A referenced rule and its source format (syntax)
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
AppendixRule()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static AppendixRule |
fromXmlParser(atg.search.routing.utils.FastXMLModel pXml,
int pRuleIdx)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
int |
getId()
Returns the id of rule |
java.lang.String |
getName()
Returns the name of rule |
java.lang.String |
getPath()
Returns the path of rule |
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
Source |
getSource()
Returns the source information about how the configuration was constructed |
void |
setId(int pId)
Sets the id of rule |
void |
setName(java.lang.String pName)
Sets the name of rule |
void |
setPath(java.lang.String pPath)
Sets the path of rule |
void |
setSource(Source pSource)
Sets the source information about how the configuration was constructed |
| 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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public AppendixRule()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic java.lang.String getPath()
public void setPath(java.lang.String pPath)
pPath - public java.lang.String getName()
public void setName(java.lang.String pName)
pName - public int getId()
public void setId(int pId)
pId - public Source getSource()
public void setSource(Source pSource)
pSource - source
protected static AppendixRule fromXmlParser(atg.search.routing.utils.FastXMLModel pXml,
int pRuleIdx)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||