Class CompiledTableReport
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledTableReport
- All Implemented Interfaces:
Serializable,CompiledReport
- Direct Known Subclasses:
CompiledCSVTableReport,CompiledDataCountTableReport,CompiledDocxTableReport,CompiledHTMLTableReport,CompiledJSONTableReport,CompiledPDFTableReport,CompiledXLSMTableReport,CompiledXLSTableReport,CompiledXLSXTableReport,RSSimpleTableBean,RSTableModel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasData()Returns true if this object contains reporting data.booleanReturns true if the report is String based (in contrast to binary)voidsetHasData(boolean hasData) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.engine.CompiledReport
getFileExtension, getMimeType, getReport
-
Constructor Details
-
CompiledTableReport
public CompiledTableReport()
-
-
Method Details
-
hasData
public boolean hasData()Description copied from interface:CompiledReportReturns true if this object contains reporting data.- Specified by:
hasDatain interfaceCompiledReport
-
setHasData
public void setHasData(boolean hasData) -
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport
-