public final class ExistsSubQueryPredicate extends AbstractDataTransferObject implements SubQueryPredicate
for a convenient way to construct this class.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Predicate |
subQueryPredicate |
protected String |
subQueryType |
| Constructor and Description |
|---|
ExistsSubQueryPredicate(String subQueryType,
Predicate subQueryPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
getSubQueryPredicate()
A predicate to apply to the inner (sub-query).
|
String |
getSubQueryType()
The data type against which the subquery should run.
|
String |
toString()
This will return a proper string representation of the Model Object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFieldsclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodeprotected String subQueryType
protected Predicate subQueryPredicate
public ExistsSubQueryPredicate(String subQueryType, Predicate subQueryPredicate)
public String getSubQueryType()
SubQueryPredicategetSubQueryType in interface SubQueryPredicatepublic Predicate getSubQueryPredicate()
SubQueryPredicategetSubQueryPredicate in interface SubQueryPredicatepublic String toString()
ModelObjectBasictoString in interface ModelObjectBasicCopyright © 2005–2016 The Kuali Foundation. All rights reserved.