|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.condition.Condition | +--com.ibm.commerce.condition.ConditionList
This abstract class describes a boolean expression that consists of a list of boolean expressions.
Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
ConditionList()
|
Method Summary | |
Condition[] |
getConditions()
Gets the array of condition objects. |
void |
setConditions(Condition[] conditions)
Set the array of condition objects. |
Methods inherited from class com.ibm.commerce.condition.Condition |
clone, evaluate, getNot, getType, getXMLFragment, loadConditionFromXML, setNot, setType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConditionList()
Method Detail |
public Condition[] getConditions()
public void setConditions(Condition[] conditions)
conditions
- An array of condition objects.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |