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 intgetCountErrors()intgetCountNotices()intgetCountWarnings()ThrowablegetErrorException()StringgetErrorMessage()longgetExportId()StringgetExportName()DategetLastExecutionDate()StringgetMessage()intgetProgress()AgencyExportHandler.JobStategetState()
-
-
-
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()
-
-