Class AbstractReportInstance

  • All Implemented Interfaces:
    ReportInstance, org.springframework.beans.factory.InitializingBean
    Direct Known Subclasses:
    BaseReportInstance

    public abstract class AbstractReportInstance
    extends java.lang.Object
    implements ReportInstance, org.springframework.beans.factory.InitializingBean

    Abstract AbstractReportInstance class.

    Version:
    $Id: $
    Author:
    DJ Gregor
    • Constructor Detail

      • AbstractReportInstance

        public AbstractReportInstance()
    • Method Detail

      • getJobCompletedDate

        public java.util.Date getJobCompletedDate()

        getJobCompletedDate

        Specified by:
        getJobCompletedDate in interface ReportInstance
        Returns:
        a Date object.
      • getJobStartedDate

        public java.util.Date getJobStartedDate()

        getJobStartedDate

        Specified by:
        getJobStartedDate in interface ReportInstance
        Returns:
        a Date object.
      • getName

        public java.lang.String getName()

        getName

        Specified by:
        getName in interface ReportInstance
        Returns:
        a String object.
      • getDescription

        public java.lang.String getDescription()

        getDescription

        Specified by:
        getDescription in interface ReportInstance
        Returns:
        a String object.
      • setJobCompletedDate

        public void setJobCompletedDate​(java.util.Date jobCompletedDate)

        setJobCompletedDate

        Parameters:
        jobCompletedDate - a Date object.
      • setJobStartedDate

        public void setJobStartedDate​(java.util.Date jobStartedDate)

        setJobStartedDate

        Parameters:
        jobStartedDate - a Date object.
      • afterPropertiesSet

        public void afterPropertiesSet()

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object