org.opennms.netmgt.statsd
Class AbstractReportInstance
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractReportInstance
public AbstractReportInstance()
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.