public class SelectConfig
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
SelectConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object pObject)  | 
protected static SelectConfig | 
fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)  | 
protected void | 
getAttributeXML(java.lang.StringBuilder sb)  | 
protected void | 
getBodyXML(java.lang.StringBuilder sb)  | 
java.util.List<SelectConfigMapping> | 
getMappings()
Returns the list of mappings 
 | 
java.lang.String | 
getProperty()
Returns the name of the meta-data property whose values are used for mapping to the refinement configurations 
 | 
java.lang.String | 
getRequestTag()  | 
int | 
getTotal()
Returns the total number of candidate items considered for refinements 
 | 
int | 
hashCode()  | 
void | 
setMappings(java.util.List<SelectConfigMapping> pMappings)
Sets the list of mappings 
 | 
void | 
setProperty(java.lang.String pProperty)
Sets the name of the meta-data property whose values are used for mapping to the refinement configurations 
 | 
void | 
setTotal(int pTotal)
Sets the total number of candidate items considered for refinements 
 | 
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<SelectConfigMapping> getMappings()
public void setMappings(java.util.List<SelectConfigMapping> pMappings)
pMappings - the list of mappingspublic int getTotal()
public java.lang.String getProperty()
public void setTotal(int pTotal)
pTotal - Total number of candidate items considered for refinementspublic void setProperty(java.lang.String pProperty)
pProperty - The name of the meta-data property whose values are used for mapping to the refinement configurationsprotected static SelectConfig fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getAttributeXML(java.lang.StringBuilder sb)
                        throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandExceptionprotected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException