org.opennms.netmgt.statsd
Class AbstractReportInstance

java.lang.Object
  extended by org.opennms.netmgt.statsd.AbstractReportInstance
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
FilteredReportInstance, UnfilteredReportInstance

public abstract class AbstractReportInstance
extends Object
implements org.springframework.beans.factory.InitializingBean

Abstract AbstractReportInstance class.

Version:
$Id: $
Author:
DJ Gregor

Constructor Summary
AbstractReportInstance()
          Constructor for AbstractReportInstance.
 
Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 String getDescription()
          getDescription
 Date getJobCompletedDate()
          getJobCompletedDate
 Date getJobStartedDate()
          getJobStartedDate
 String getName()
          getName
 ReportDefinition getReportDefinition()
          getReportDefinition
 long getRetainInterval()
          getRetainInterval
 void setJobCompletedDate(Date jobCompletedDate)
          setJobCompletedDate
 void setJobStartedDate(Date jobStartedDate)
          setJobStartedDate
 void setReportDefinition(ReportDefinition reportDefinition)
          setReportDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractReportInstance

public AbstractReportInstance()

Constructor for AbstractReportInstance.

Method Detail

getJobCompletedDate

public Date getJobCompletedDate()

getJobCompletedDate

Returns:
a Date object.

getJobStartedDate

public Date getJobStartedDate()

getJobStartedDate

Returns:
a Date object.

getName

public String getName()

getName

Returns:
a String object.

getDescription

public String getDescription()

getDescription

Returns:
a String object.

getRetainInterval

public long getRetainInterval()

getRetainInterval

Returns:
a long.

getReportDefinition

public ReportDefinition getReportDefinition()

getReportDefinition

Returns:
a ReportDefinition object.

setReportDefinition

public void setReportDefinition(ReportDefinition reportDefinition)

setReportDefinition

Parameters:
reportDefinition - a ReportDefinition object.

setJobCompletedDate

public void setJobCompletedDate(Date jobCompletedDate)

setJobCompletedDate

Parameters:
jobCompletedDate - a Date object.

setJobStartedDate

public void setJobStartedDate(Date jobStartedDate)

setJobStartedDate

Parameters:
jobStartedDate - a Date object.

afterPropertiesSet

public void afterPropertiesSet()

afterPropertiesSet

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


Copyright © 2011. All Rights Reserved.