Class HousekeepFilesAuthRecord

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

public class HousekeepFilesAuthRecord extends jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Store Auth info.
  • Constructor Details

    • HousekeepFilesAuthRecord

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

      public HousekeepFilesAuthRecord(String remoteServer, String protocol, String port, String authType, String userName, String password, String keyPath)
      only for unit test.
  • Method Details

    • getFieldNameArray

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

      public String getRemoteServer()
    • getProtocol

      public String getProtocol()
    • getPort

      public int getPort()
    • getAuthType

      public AuthTypeEnum getAuthType()
    • getUserName

      public String getUserName()
    • getPassword

      public String getPassword()
    • getKeyPath

      public String getKeyPath()
    • 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