|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.websphere.query.base.PredicateBase
public abstract class PredicateBase
The PredicateBase class represents a conceptual predicate base in the query framework. It provides a convenient base class from which other predicate classes, Predicate and Condition, can be easily derived.
| Constructor Summary | |
|---|---|
PredicateBase()
Creates a new PredicateBase instance, default constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Tests for equality with the given object. |
int |
hashCode()
Computes a hash code for the PredicateBase. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
|---|
buildString, buildString |
| Constructor Detail |
|---|
public PredicateBase()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||