|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.query.object.AbstractQueryObject
org.castor.cpa.query.object.condition.AbstractCondition
public abstract class AbstractCondition
Abstract base class for Conditions.
| Constructor Summary | |
|---|---|
AbstractCondition()
|
|
| Method Summary | |
|---|---|
Condition |
and(Condition condition)
AND condition of condition query object. |
Condition |
or(Condition condition)
OR condition of condition query object. |
| 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.Condition |
|---|
not |
| Methods inherited from interface org.castor.cpa.query.QueryObject |
|---|
toString |
| Constructor Detail |
|---|
public AbstractCondition()
| Method Detail |
|---|
public Condition and(Condition condition)
and in interface Conditioncondition - The condition
public Condition or(Condition condition)
or in interface Conditioncondition - The condition
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||