com.ibm.commerce.condition
Class ConditionList

java.lang.Object
  |
  +--com.ibm.commerce.condition.Condition
        |
        +--com.ibm.commerce.condition.ConditionList
All Implemented Interfaces:
ConditionConstants
Direct Known Subclasses:
AndListCondition, OrListCondition

public abstract class ConditionList
extends Condition

This abstract class describes a boolean expression that consists of a list of boolean expressions.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Fields inherited from interface com.ibm.commerce.condition.ConditionConstants
AND_LIST_CONDITION, OPEN_CONDITION, OPERATOR_CONTAINS, OPERATOR_DOES_NOT_CONTAIN, OPERATOR_DOES_NOT_END_WITH, OPERATOR_DOES_NOT_START_WITH, OPERATOR_ENDS_WITH, OPERATOR_EQUAL_TO, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL_TO, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL_TO, OPERATOR_NOT_EQUAL_TO, OPERATOR_STARTS_WITH, OR_LIST_CONDITION, SIMPLE_CONDITION, TRUE_CONDITION, XML_DTD_FRAGMENT, XML_INDENT
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
Constructor Detail

ConditionList

public ConditionList()
Method Detail

getConditions

public Condition[] getConditions()
Gets the array of condition objects.
Returns:
an array of condition objects.

setConditions

public void setConditions(Condition[] conditions)
Set the array of condition objects.
Parameters:
conditions - An array of condition objects.