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

Author:
DJ Gregor

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

Constructor Detail

AbstractReportInstance

public AbstractReportInstance()
Method Detail

getJobCompletedDate

public Date getJobCompletedDate()

getJobStartedDate

public Date getJobStartedDate()

getName

public String getName()

getDescription

public String getDescription()

getRetainInterval

public long getRetainInterval()

getReportDefinition

public ReportDefinition getReportDefinition()

setReportDefinition

public void setReportDefinition(ReportDefinition reportDefinition)

setJobCompletedDate

public void setJobCompletedDate(Date jobCompletedDate)

setJobStartedDate

public void setJobStartedDate(Date jobStartedDate)

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean


Copyright © 2009. All Rights Reserved.