atg.search.routing.command.search
Class ResponseGroup

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

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

A Response group is part of the ResponseTree.

See Also:
Serialized Form

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
 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, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ResponseGroup

public ResponseGroup()
Method Detail

equals

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

getId

public int getId()
Returns the id

Returns:
the id

setId

public void setId(int id)
Sets the id

Parameters:
id - the id

getLabel

public java.lang.String getLabel()
Returns the label

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the label

Parameters:
label - the label

getPath

public java.lang.String getPath()
Returns the path

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path

Parameters:
path - the path

getGroups

public int getGroups()
Returns the number of groups

Returns:
the number of groups

setGroups

public void setGroups(int groups)
Sets the number of groups

Parameters:
groups - the number of groups

getTotalGroups

public int getTotalGroups()
Returns the total number of groups

Returns:
the total number of groups

setTotalGroups

public void setTotalGroups(int totalGroups)
Sets the total number of groups

Parameters:
totalGroups - the total number of groups

getUniqueGroups

public int getUniqueGroups()
Returns the number of unique groups

Returns:
the number of unique groups

setUniqueGroups

public void setUniqueGroups(int uniqueGroups)
Sets the number of unique groups

Parameters:
uniqueGroups - the number of unique groups

getTotalChildren

public int getTotalChildren()
Returns the total number of children

Returns:
the total number of children

setTotalChildren

public void setTotalChildren(int totalChildren)
Sets the total number of children

Parameters:
totalChildren - the total number of children

getChildren

public int getChildren()
Returns the number of children

Returns:
the number of children

setChildren

public void setChildren(int children)
Sets the number of children

Parameters:
children - the number of children

getRequestTag

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

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