Class HousekeepFilesForm

java.lang.Object
jp.ecuacion.tool.housekeepfiles.dto.form.HousekeepFilesForm

public class HousekeepFilesForm extends Object
Stores multiple records.
  • Constructor Details

    • HousekeepFilesForm

      public HousekeepFilesForm()
      only for unit-test.
    • HousekeepFilesForm

      public HousekeepFilesForm(String excelPath) throws jp.ecuacion.lib.core.exception.checked.AppException
      Constructs a new instance.
      Parameters:
      excelPath - excelPath
      Throws:
      jp.ecuacion.lib.core.exception.checked.AppException - AppException
  • Method Details

    • readExcel

      protected void readExcel(String excelPath) throws jp.ecuacion.lib.core.exception.checked.AppException
      Constructs a new instance.
      Parameters:
      excelPath - excelPath
      Throws:
      jp.ecuacion.lib.core.exception.checked.AppException - AppException
    • getInfoMap

      public Map<String,String> getInfoMap()
    • getTaskInfoHdRec

      public HousekeepFilesHdRecord getTaskInfoHdRec()
    • getPathInfoRecList

      public List<HousekeepFilesPathRecord> getPathInfoRecList()
    • getAuthInfoRecList

      public List<HousekeepFilesAuthRecord> getAuthInfoRecList()