Class And
- java.lang.Object
-
- org.castor.cpa.query.object.AbstractQueryObject
-
- org.castor.cpa.query.object.condition.AbstractCondition
-
- org.castor.cpa.query.object.condition.CompoundCondition
-
- org.castor.cpa.query.object.condition.And
-
- All Implemented Interfaces:
Condition
,QueryObject
public final class And extends CompoundCondition
Final class that represents and compound condition.- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description And()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition
and(Condition condition)
AND condition of condition query object.protected java.lang.String
getOperator()
Get operator of the compound condition.-
Methods inherited from class org.castor.cpa.query.object.condition.CompoundCondition
addAllConditions, addCondition, getConditions, not, toString
-
Methods inherited from class org.castor.cpa.query.object.condition.AbstractCondition
or
-
Methods inherited from class org.castor.cpa.query.object.AbstractQueryObject
toString
-
-
-
-
Method Detail
-
getOperator
protected java.lang.String getOperator()
Get operator of the compound condition.- Specified by:
getOperator
in classCompoundCondition
- Returns:
- Operator of the compound condition.
-
-