public final class ExistsSubQueryPredicate extends AbstractDataTransferObject implements SubQueryPredicate
for a convenient way to construct this class.
,
Serialized FormModifier 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, hashCodeExcludeFields
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
protected String subQueryType
protected Predicate subQueryPredicate
public ExistsSubQueryPredicate(String subQueryType, Predicate subQueryPredicate)
public String getSubQueryType()
SubQueryPredicate
getSubQueryType
in interface SubQueryPredicate
public Predicate getSubQueryPredicate()
SubQueryPredicate
getSubQueryPredicate
in interface SubQueryPredicate
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.