Package org.opencms.ui.apps.scheduler
Class CmsJobBean
java.lang.Object
org.opencms.ui.apps.scheduler.CmsJobBean
Don't use CmsScheduledJobInfo directly, so we don't need to change it if we want to change how the values are
rendered, and having only the fields we want displayed in the table makes it easier to understand.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
m_jobInfo
The wrapped scheduled job info.
-
-
Constructor Details
-
CmsJobBean
Creates a new instance.- Parameters:
info
- the scheduled job info to wrap
-
-
Method Details
-
equals
-
getClassName
Gets the class name for the job.- Returns:
- the class name
-
getIcon
Returns the job icon resource.- Returns:
- the job icon resource
-
getJob
Gets the scheduled job.- Returns:
- the scheduled job
-
getLastExecution
Gets the last execution date.- Returns:
- the last execution date
-
getName
Gets the job name.- Returns:
- the job name
-
getNextExecution
Gets the next execution date.- Returns:
- the next execution date
-
hashCode
-