public final class LikePredicate extends AbstractDataTransferObject implements SingleValuedPredicate
CriteriaValue
of this predicate. The criteria
value for a like predicate should support wildcards using "*" for multiple
values and "?" for a single value.for a convenient way to construct this class.
,
Serialized FormModifier and Type | Method and Description |
---|---|
String |
getPropertyPath()
Returns the property path for this predicate which represents the
portion of the object model to which the predicate applies.
|
CriteriaValue<?> |
getValue()
Gets the criteria value for this predicate.
|
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
public String getPropertyPath()
PropertyPathPredicate
getPropertyPath
in interface PropertyPathPredicate
public CriteriaValue<?> getValue()
SingleValuedPredicate
getValue
in interface SingleValuedPredicate
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.