Class CompiledPDFTableReport
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledTableReport
net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledPDFTableReport
- All Implemented Interfaces:
Serializable,CompiledReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a file extension for files of this typeReturns the mime type of this report.byte[]Returns the actual report.booleanReturns true if the report is String based (in contrast to binary)voidMethods inherited from class net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledTableReport
hasData, setHasData
-
Constructor Details
-
CompiledPDFTableReport
public CompiledPDFTableReport() -
CompiledPDFTableReport
public CompiledPDFTableReport(byte[] cReport)
-
-
Method Details
-
getReport
public byte[] getReport()Description copied from interface:CompiledReportReturns the actual report. -
setReport
-
getFileExtension
Description copied from interface:CompiledReportReturns a file extension for files of this type -
getMimeType
Description copied from interface:CompiledReportReturns the mime type of this report. -
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport- Overrides:
isStringReportin classCompiledTableReport
-