public class ReportDefinition extends Object
Constructor and Description |
---|
ReportDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the report definition.
|
ReportGenerator |
getGenerator()
This method returns the report generator.
|
String |
getName()
This method returns the name of the report.
|
String |
getVersion()
This method returns the version of the report.
|
void |
init()
This method initializes the report definition.
|
protected void |
preInit()
This method pre-initializes the report definition.
|
ReportDefinition |
setGenerator(ReportGenerator gen)
This method sets the report generator.
|
ReportDefinition |
setName(String name)
This method sets the name of the report.
|
ReportDefinition |
setVersion(String version)
This method sets the version of the report.
|
public String getName()
public ReportDefinition setName(String name)
name
- The namepublic String getVersion()
public ReportDefinition setVersion(String version)
version
- The versionpublic ReportGenerator getGenerator()
public ReportDefinition setGenerator(ReportGenerator gen)
gen
- The report generatorpublic void init() throws Exception
Exception
- Failed to initializeprotected void preInit() throws Exception
Exception
- Failed to pre-initializeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.