Class AbstractCondition
java.lang.Object
org.castor.cpa.query.object.AbstractQueryObject
org.castor.cpa.query.object.condition.AbstractCondition
- All Implemented Interfaces:
Condition
,QueryObject
- Direct Known Subclasses:
Comparison
,CompoundCondition
,Not
,SimpleCondition
Abstract base class for Conditions.
- 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 -
Method Summary
Methods inherited from class org.castor.cpa.query.object.AbstractQueryObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
Constructor Details
-
AbstractCondition
public AbstractCondition()
-
-
Method Details