public interface ReportOutputDocument
extends java.io.Serializable
| 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) |
Report getReport()
byte[] getContent()
java.lang.String getDocumentName()
ReportOutputType getReportOutputType()
void setReport(Report report)
void setContent(byte[] content)
void setDocumentName(java.lang.String documentName)
void setReportOutputType(ReportOutputType reportOutputType)