Class ComparisonFilter

    • Method Detail

      • getValue

        public String getValue()
        Get filter value
        Returns:
        filter value
      • getValueUpper

        public String getValueUpper()
        Get upper filter value
        Returns:
        upper filter value
      • setValue

        public void setValue​(String value)
        Set filter value
        Parameters:
        value - filter value
      • setValueUpper

        public void setValueUpper​(String valueUpper)
        Set upper filter value
        Parameters:
        valueUpper - upper filter value
      • getEscapeString

        public String getEscapeString()
        Get escape characters
        Returns:
        escape characters
      • setEscapeString

        public void setEscapeString​(String escapeString)
        Set escape characters
        Parameters:
        escapeString - escape characters
      • getWildCard

        public String getWildCard()
        Get wild card character
        Returns:
        wild card character
      • setWildCard

        public void setWildCard​(String wildCard)
        Set wild card character
        Parameters:
        wildCard - wild card character
      • getSingleChar

        public String getSingleChar()
        Get single char character
        Returns:
        single char character
      • setSingleChar

        public void setSingleChar​(String singleChar)
        Set single char character
        Parameters:
        singleChar - single char character
      • isSetValue

        public boolean isSetValue()
        Check if value is not null or empty
        Returns:
        true, if value is not empty
      • isSetValueUpper

        public boolean isSetValueUpper()
        Check if value upper is not null or empty
        Returns:
        true, if value upper is not empty
      • isSetEscapeString

        public boolean isSetEscapeString()
        Check if escape string is not null or empty
        Returns:
        true, if escape string is not empty
      • isSetWildCard

        public boolean isSetWildCard()
        Check if wild card is not null or empty
        Returns:
        true, if wild card is not empty
      • isSetSingleChar

        public boolean isSetSingleChar()
        Check if single char is not null or empty
        Returns:
        true, if single char is not empty
      • isMatchCase

        public boolean isMatchCase()
        Returns:
        the matchCase
      • setMatchCase

        public void setMatchCase​(boolean matchCase)
        Parameters:
        matchCase - the matchCase to set