Class WhereConditionInfoBean

java.lang.Object
jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
jp.ecuacion.tool.housekeepdb.bean.forexceltable.WhereConditionInfoBean

public class WhereConditionInfoBean extends jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Stores where clause settings.
  • Field Details

    • HEADER_LABEL_KEYS

      public static final String[] HEADER_LABEL_KEYS
  • Constructor Details

    • WhereConditionInfoBean

      public WhereConditionInfoBean(List<String> colList) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException
      Constructs a new instance.
      Parameters:
      colList - colList
      Throws:
      jp.ecuacion.lib.core.exception.checked.BizLogicAppException - BizLogicAppException
  • Method Details

    • getFieldNameArray

      @Nonnull protected String[] getFieldNameArray()
      Specified by:
      getFieldNameArray in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
    • getTaskId

      public String getTaskId()
    • getConditionColumn

      public String getConditionColumn()
    • getConditionColumnNeedsQuotationMark

      public String getConditionColumnNeedsQuotationMark()
    • getConditionColumnValue

      public String getConditionColumnValue()
    • getConditionColumnInfo

      public ColumnAndValueInfoBean getConditionColumnInfo()
    • afterReading

      public void afterReading() throws jp.ecuacion.lib.core.exception.checked.AppException
      Overrides:
      afterReading in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
      Throws:
      jp.ecuacion.lib.core.exception.checked.AppException