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!
  • Field Details

    • comparator

      protected UiValueMatcher.Comparator 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

      public UiValueMatcher​(UiValueMatcher.Comparator comparator, java.lang.Object compareValue)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.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)