Class HousekeepFilesTaskRecord
java.lang.Object
jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
jp.ecuacion.tool.housekeepfiles.dto.record.HousekeepFilesTaskRecord
public class HousekeepFilesTaskRecord
extends jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Stores task info.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHousekeepFilesTaskRecord(String taskId, String taskName, String taskPtnEnumName, String remoteServer, String pathFrom, String isSrcPathDirEnumName, String unitName, String value, String actionForNoSrcPathEnumName, String pathTo, String isDestPathDirEnumName, String doesOverwriteDestPathEnumName, String actionForDestFileExistsEnumName, String options) only for unit test.HousekeepFilesTaskRecord(List<String> colList) Constructs a new instance. -
Method Summary
Methods inherited from class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
emptyToNull, nullToEmpty, toBigDecimal, toBigInteger, toDouble, toFloat, toInteger, toLong
-
Field Details
-
taskPtnEnumName
-
isSrcPathDirEnumName
-
unitName
-
actionForNoSrcPathEnumName
-
isDestPathDirEnumName
-
doesOverwriteDestPathEnumName
-
actionForDestFileExistsEnumName
-
options
-
task
-
-
Constructor Details
-
HousekeepFilesTaskRecord
public HousekeepFilesTaskRecord(String taskId, String taskName, String taskPtnEnumName, String remoteServer, String pathFrom, String isSrcPathDirEnumName, String unitName, String value, String actionForNoSrcPathEnumName, String pathTo, String isDestPathDirEnumName, String doesOverwriteDestPathEnumName, String actionForDestFileExistsEnumName, String options) only for unit test. -
HousekeepFilesTaskRecord
Constructs a new instance.- Parameters:
colList- colList
-
-
Method Details
-
getFieldNameArray
- Specified by:
getFieldNameArrayin classjp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
-
getUnit
Gets unit. -
setUnit
Sets unit. -
getTaskId
-
getTaskName
-
getTaskPtn
-
getRemoteServer
-
getIsSrcPathDir
Gets isSrcPathDir.- Throws:
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
getSrcPath
-
getIsDestPathDir
-
getDestPath
-
getValue
-
getActionForNoSrcPath
-
getDoesOverwriteDestPath
-
getActionForDestFileExists
-
getEnvVarExpandedSrcPath
Gets EnvVarExpandedSrcPath. -
getEnvVarExpandedDestPath
Gets EnvVarExpandedDestPath. -
setEnvVarInfoMap
public void setEnvVarInfoMap(Map<String, String> envVarInfoMap) throws jp.ecuacion.lib.core.exception.checked.AppExceptionSets EnvVarInfoMap.- Throws:
jp.ecuacion.lib.core.exception.checked.MultipleAppException- MultipleAppExceptionjp.ecuacion.lib.core.exception.checked.AppException
-
afterReading
public void afterReading() throws jp.ecuacion.lib.core.exception.checked.AppException- Overrides:
afterReadingin classjp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean- Throws:
jp.ecuacion.lib.core.exception.checked.AppException
-