public abstract class AbstractReportInstance extends Object implements ReportInstance, org.springframework.beans.factory.InitializingBean
Abstract AbstractReportInstance class.
Constructor and Description |
---|
AbstractReportInstance() |
Modifier and Type | Method and Description |
---|---|
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
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributeMatch, getConsolidationFunction, getCount, getEndTime, getResourceAttributeKey, getResourceAttributeValueMatch, getResourceTypeMatch, getResults, getStartTime, setAttributeMatch, setConsolidationFunction, setCount, setEndTime, setResourceAttributeKey, setResourceAttributeValueMatch, setResourceTypeMatch, setStartTime, walk
public Date getJobCompletedDate()
getJobCompletedDate
getJobCompletedDate
in interface ReportInstance
Date
object.public Date getJobStartedDate()
getJobStartedDate
getJobStartedDate
in interface ReportInstance
Date
object.public String getName()
getName
getName
in interface ReportInstance
String
object.public String getDescription()
getDescription
getDescription
in interface ReportInstance
String
object.public long getRetainInterval()
getRetainInterval
getRetainInterval
in interface ReportInstance
public ReportDefinition getReportDefinition()
getReportDefinition
getReportDefinition
in interface ReportInstance
ReportDefinition
object.public void setReportDefinition(ReportDefinition reportDefinition)
setReportDefinition
setReportDefinition
in interface ReportInstance
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
Copyright © 2021. All rights reserved.