Package org.teamapps.dto
Class UiValueMatcher
java.lang.Object
org.teamapps.dto.UiValueMatcher
- All Implemented Interfaces:
UiObject
public class UiValueMatcher extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiValueMatcher.Comparator -
Field Summary
Fields Modifier and Type Field Description protected booleancaseSensitiveprotected UiValueMatcher.Comparatorcomparatorprotected java.lang.ObjectcompareValueprotected booleaninvertMatch -
Constructor Summary
Constructors Constructor Description UiValueMatcher()Deprecated.Only for Jackson deserialization.UiValueMatcher(UiValueMatcher.Comparator comparator, java.lang.Object compareValue) -
Method Summary
Modifier and Type Method Description booleangetCaseSensitive()UiValueMatcher.ComparatorgetComparator()java.lang.ObjectgetCompareValue()booleangetInvertMatch()UiObjectTypegetUiObjectType()UiValueMatchersetCaseSensitive(boolean caseSensitive)UiValueMatchersetInvertMatch(boolean invertMatch)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
comparator
-
caseSensitive
protected boolean caseSensitive -
invertMatch
protected boolean invertMatch -
compareValue
protected java.lang.Object compareValue
-
-
Constructor Details
-
UiValueMatcher
@Deprecated public UiValueMatcher()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiValueMatcher
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComparator
-
getCaseSensitive
public boolean getCaseSensitive() -
getInvertMatch
public boolean getInvertMatch() -
getCompareValue
public java.lang.Object getCompareValue() -
setCaseSensitive
-
setInvertMatch
-