Package org.teamapps.dto
Class UiValueMatcher
- java.lang.Object
-
- org.teamapps.dto.UiValueMatcher
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCaseSensitive()UiValueMatcher.ComparatorgetComparator()java.lang.ObjectgetCompareValue()booleangetInvertMatch()UiObjectTypegetUiObjectType()UiValueMatchersetCaseSensitive(boolean caseSensitive)UiValueMatchersetInvertMatch(boolean invertMatch)java.lang.StringtoString()
-
-
-
Field Detail
-
comparator
protected UiValueMatcher.Comparator comparator
-
caseSensitive
protected boolean caseSensitive
-
invertMatch
protected boolean invertMatch
-
compareValue
protected java.lang.Object compareValue
-
-
Constructor Detail
-
UiValueMatcher
@Deprecated public UiValueMatcher()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiValueMatcher
public UiValueMatcher(UiValueMatcher.Comparator comparator, java.lang.Object compareValue)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComparator
public UiValueMatcher.Comparator getComparator()
-
getCaseSensitive
public boolean getCaseSensitive()
-
getInvertMatch
public boolean getInvertMatch()
-
getCompareValue
public java.lang.Object getCompareValue()
-
setCaseSensitive
public UiValueMatcher setCaseSensitive(boolean caseSensitive)
-
setInvertMatch
public UiValueMatcher setInvertMatch(boolean invertMatch)
-
-