|
|||||||||
| 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.ItemSet
public class ItemSet
Category Browse item set result
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ItemSet()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
int |
getResultCount()
Returns the number of items after contraining (intersecting) by this set |
int |
getSize()
Returns the size of the item set |
int |
hashCode()
|
boolean |
isInput()
Returns an indication of whether this set came from the input or not |
void |
setInput(boolean input)
Sets whether this set came from the input or not |
void |
setResultCount(int resultCount)
Sets the number of items after contraining (intersecting) by this set |
void |
setSize(int size)
Sets size of the item set |
| 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 ItemSet()
| Method Detail |
|---|
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
protected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandExceptionpublic int getSize()
public void setSize(int size)
size - public boolean isInput()
public void setInput(boolean input)
input - public int getResultCount()
public void setResultCount(int resultCount)
resultCount - number of items after contraining (intersecting) by this set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||