public final class NotLikePredicate 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 Form| Modifier 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, hashCodeExcludeFieldsclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodepublic String getPropertyPath()
PropertyPathPredicategetPropertyPath in interface PropertyPathPredicatepublic CriteriaValue<?> getValue()
SingleValuedPredicategetValue in interface SingleValuedPredicatepublic String toString()
ModelObjectBasictoString in interface ModelObjectBasicCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.