Class HousekeepFilesPathRecord

java.lang.Object
jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
jp.ecuacion.tool.housekeepfiles.dto.record.HousekeepFilesPathRecord

public class HousekeepFilesPathRecord extends jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Stores path info.
  • Constructor Details

    • HousekeepFilesPathRecord

      public HousekeepFilesPathRecord(List<String> colList)
      Constructs a new instance.
      Parameters:
      colList - colList
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getFieldNameArray

      @Nonnull protected String[] getFieldNameArray()
      Specified by:
      getFieldNameArray in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
    • 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