| | |
| | | private Long waitCount; |
| | | |
| | | private String state; |
| | | |
| | | private String userName; |
| | | |
| | | private String stateName; |
| | | |
| | | private String importFileName; |
| | | |
| | | |
| | | List<AssetImportLogDetailDto> assetImportLogDetailDtos; |
| | |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getImportFileName() { |
| | | return importFileName; |
| | | } |
| | | |
| | | public void setImportFileName(String importFileName) { |
| | | this.importFileName = importFileName; |
| | | } |
| | | |
| | | public String getLogType() { |
| | | return logType; |
| | |
| | | public void setWaitCount(Long waitCount) { |
| | | this.waitCount = waitCount; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | } |