Class AgencyExportHandler.Job
- java.lang.Object
-
- com.openindex.openestate.tool.agency.AgencyExportHandler.Job
-
- Enclosing class:
- AgencyExportHandler
public static class AgencyExportHandler.Job extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCountErrors()
int
getCountNotices()
int
getCountWarnings()
Throwable
getErrorException()
String
getErrorMessage()
long
getExportId()
String
getExportName()
Date
getLastExecutionDate()
String
getMessage()
int
getProgress()
AgencyExportHandler.JobState
getState()
-
-
-
Method Detail
-
getCountErrors
public int getCountErrors()
-
getCountNotices
public int getCountNotices()
-
getCountWarnings
public int getCountWarnings()
-
getErrorException
public Throwable getErrorException()
-
getErrorMessage
public String getErrorMessage()
-
getExportId
public long getExportId()
-
getExportName
public String getExportName()
-
getLastExecutionDate
public Date getLastExecutionDate()
-
getMessage
public String getMessage()
-
getProgress
public int getProgress()
-
getState
public AgencyExportHandler.JobState getState()
-
-