Class UstraBatTaskSchdlExample.Criterion

java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskSchdlExample.Criterion
Enclosing class:
UstraBatTaskSchdlExample

public static class UstraBatTaskSchdlExample.Criterion extends Object
This class was generated by MyBatis Generator. This class corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL
  • Constructor Details

    • Criterion

      protected Criterion(String condition)
    • Criterion

      protected Criterion(String condition, Object value, String typeHandler)
    • Criterion

      protected Criterion(String condition, Object value)
    • Criterion

      protected Criterion(String condition, Object value, Object secondValue, String typeHandler)
    • Criterion

      protected Criterion(String condition, Object value, Object secondValue)
  • Method Details

    • getCondition

      public String getCondition()
    • getValue

      public Object getValue()
    • getSecondValue

      public Object getSecondValue()
    • isNoValue

      public boolean isNoValue()
    • isSingleValue

      public boolean isSingleValue()
    • isBetweenValue

      public boolean isBetweenValue()
    • isListValue

      public boolean isListValue()
    • getTypeHandler

      public String getTypeHandler()