|
|||||||||
| 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.ResponseGroup
public class ResponseGroup
A Response group is part of the ResponseTree.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ResponseGroup()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
int |
getChildren()
Returns the number of children |
int |
getGroups()
Returns the number of groups |
int |
getId()
Returns the id |
java.lang.String |
getLabel()
Returns the label |
java.lang.String |
getPath()
Returns the path |
java.lang.String |
getRequestTag()
|
int |
getTotalChildren()
Returns the total number of children |
int |
getTotalGroups()
Returns the total number of groups |
int |
getUniqueGroups()
Returns the number of unique groups |
int |
hashCode()
|
void |
setChildren(int children)
Sets the number of children |
void |
setGroups(int groups)
Sets the number of groups |
void |
setId(int id)
Sets the id |
void |
setLabel(java.lang.String label)
Sets the label |
void |
setPath(java.lang.String path)
Sets the path |
void |
setTotalChildren(int totalChildren)
Sets the total number of children |
void |
setTotalGroups(int totalGroups)
Sets the total number of groups |
void |
setUniqueGroups(int uniqueGroups)
Sets the number of unique groups |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getBodyXML, 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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ResponseGroup()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getId()
public void setId(int id)
id - the idpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the labelpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the pathpublic int getGroups()
public void setGroups(int groups)
groups - the number of groupspublic int getTotalGroups()
public void setTotalGroups(int totalGroups)
totalGroups - the total number of groupspublic int getUniqueGroups()
public void setUniqueGroups(int uniqueGroups)
uniqueGroups - the number of unique groupspublic int getTotalChildren()
public void setTotalChildren(int totalChildren)
totalChildren - the total number of childrenpublic int getChildren()
public void setChildren(int children)
children - the number of childrenpublic 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||