Class DBSearchPresenter.CustomFieldWrapper

Object
CustomFieldWrapper
Enclosing class:
DBSearchPresenter

public static class DBSearchPresenter.CustomFieldWrapper extends Object
  • Constructor Details

    • CustomFieldWrapper

      public CustomFieldWrapper(Field<?> field, String[] compareTo, boolean filterOnChange)
    • CustomFieldWrapper

      public CustomFieldWrapper(Field<?> field, String[] compareTo, boolean filterOnChange, boolean isParameter)
  • Method Details

    • getField

      public Field<?> getField()
    • getCompareWith

      public String[] getCompareWith()
    • isFilterOnChange

      public boolean isFilterOnChange()
    • isParameter

      public boolean isParameter()
    • getParameterType

      public Class<?> getParameterType()
    • setParameterType

      public void setParameterType(Class<?> parameterType)
    • getValuePrefix

      public String getValuePrefix()
    • setValuePrefix

      public void setValuePrefix(String valuePrefix)
    • getValueSuffix

      public String getValueSuffix()
    • setValueSuffix

      public void setValueSuffix(String valueSuffix)
    • getExistsQuery

      public String getExistsQuery()
    • setExistsQuery

      public void setExistsQuery(String existsQuery)
    • getFilterRowProperty

      public String getFilterRowProperty()
    • setFilterRowProperty

      public void setFilterRowProperty(String filterRowProperty)
    • isAllowNullSetting

      public boolean isAllowNullSetting()
    • setAllowNullSetting

      public void setAllowNullSetting(boolean allowNullSetting)