|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.statsd.AbstractReportInstance
public abstract class AbstractReportInstance
Abstract AbstractReportInstance class.
| 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 |
|---|
public AbstractReportInstance()
Constructor for AbstractReportInstance.
| Method Detail |
|---|
public Date getJobCompletedDate()
getJobCompletedDate
Date object.public Date getJobStartedDate()
getJobStartedDate
Date object.public String getName()
getName
String object.public String getDescription()
getDescription
String object.public long getRetainInterval()
getRetainInterval
public ReportDefinition getReportDefinition()
getReportDefinition
ReportDefinition object.public void setReportDefinition(ReportDefinition reportDefinition)
setReportDefinition
reportDefinition - a ReportDefinition object.public void setJobCompletedDate(Date jobCompletedDate)
setJobCompletedDate
jobCompletedDate - a Date object.public void setJobStartedDate(Date jobStartedDate)
setJobStartedDate
jobStartedDate - a Date object.public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||