public class CmsJobBean extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CmsScheduledJobInfo |
m_jobInfo
The wrapped scheduled job info.
|
| Constructor and Description |
|---|
CmsJobBean(CmsScheduledJobInfo info)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Gets the class name for the job.
|
com.vaadin.server.Resource |
getIcon()
Returns the job icon resource.
|
CmsScheduledJobInfo |
getJob()
Gets the scheduled job.
|
java.util.Date |
getLastExecution()
Gets the last execution date.
|
java.lang.String |
getName()
Gets the job name.
|
java.util.Date |
getNextExecution()
Gets the next execution date.
|
int |
hashCode() |
protected CmsScheduledJobInfo m_jobInfo
public CmsJobBean(CmsScheduledJobInfo info)
info - the scheduled job info to wrappublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getClassName()
public com.vaadin.server.Resource getIcon()
public CmsScheduledJobInfo getJob()
public java.util.Date getLastExecution()
public java.lang.String getName()
public java.util.Date getNextExecution()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()