|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.criteria.NotLikePredicate
public final class NotLikePredicate
An immutable predicate which represents a "not like" statement which is
evaluated the 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| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete |
|---|
equals, hashCode |
| Method Detail |
|---|
public String getPropertyPath()
PropertyPathPredicate
getPropertyPath in interface PropertyPathPredicatepublic CriteriaValue<?> getValue()
SingleValuedPredicate
getValue in interface SingleValuedPredicatepublic String toString()
ModelObjectBasic
toString in interface ModelObjectBasic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||