public abstract class AbstractReportInstance extends Object implements org.springframework.beans.factory.InitializingBean
Abstract AbstractReportInstance class.
Constructor and Description |
---|
AbstractReportInstance()
Constructor for 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
|
public AbstractReportInstance()
Constructor for AbstractReportInstance.
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
Copyright © 2015. All Rights Reserved.