public class ReportOutputDocumentImpl extends java.lang.Object implements ReportOutputDocument
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
protected java.lang.String |
documentName |
protected Report |
report |
protected ReportOutputType |
reportOutputType |
| Constructor and Description |
|---|
ReportOutputDocumentImpl(Report report,
byte[] content,
java.lang.String documentName,
ReportOutputType reportOutputType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
java.lang.String |
getDocumentName() |
Report |
getReport() |
ReportOutputType |
getReportOutputType() |
void |
setContent(byte[] content) |
void |
setDocumentName(java.lang.String documentName) |
void |
setReport(Report report) |
void |
setReportOutputType(ReportOutputType reportOutputType) |
protected Report report
protected byte[] content
protected java.lang.String documentName
protected ReportOutputType reportOutputType
public ReportOutputDocumentImpl(Report report, byte[] content, java.lang.String documentName, ReportOutputType reportOutputType)
public void setReport(Report report)
setReport in interface ReportOutputDocumentpublic void setContent(byte[] content)
setContent in interface ReportOutputDocumentpublic void setDocumentName(java.lang.String documentName)
setDocumentName in interface ReportOutputDocumentpublic void setReportOutputType(ReportOutputType reportOutputType)
setReportOutputType in interface ReportOutputDocumentpublic Report getReport()
getReport in interface ReportOutputDocumentpublic byte[] getContent()
getContent in interface ReportOutputDocumentpublic java.lang.String getDocumentName()
getDocumentName in interface ReportOutputDocumentpublic ReportOutputType getReportOutputType()
getReportOutputType in interface ReportOutputDocument