public class ReportData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
imagePath
Path where the images are located.
|
java.util.logging.Logger |
logger
The logger that will be used to report conditions.
|
java.beans.PropertyChangeListener |
parent
The parent that is notified when the report has been built.
|
java.io.InputStream |
reportStream
Stream to the report file.
|
java.lang.String |
subreportPath
Path where the subreport file is located.
|
DocTempo |
tempo
Temporal data about the report data
|
java.lang.String |
userId
The id of the user who requests the report.
|
Constructor and Description |
---|
ReportData() |
public java.lang.String imagePath
public java.util.logging.Logger logger
public java.beans.PropertyChangeListener parent
public java.io.InputStream reportStream
public java.lang.String subreportPath
public DocTempo tempo
public java.lang.String userId