Class CmsJobBean


  • public class CmsJobBean
    extends java.lang.Object
    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.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getClassName

        public java.lang.String getClassName()
        Gets the class name for the job.

        Returns:
        the class name
      • getIcon

        public com.vaadin.server.Resource getIcon()
        Returns the job icon resource.

        Returns:
        the job icon resource
      • getLastExecution

        public java.util.Date getLastExecution()
        Gets the last execution date.

        Returns:
        the last execution date
      • getName

        public java.lang.String getName()
        Gets the job name.

        Returns:
        the job name
      • getNextExecution

        public java.util.Date getNextExecution()
        Gets the next execution date.

        Returns:
        the next execution date
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()