Class TableReportByteTemplate
java.lang.Object
net.datenwerke.rs.tabletemplate.service.tabletemplate.entities.TableReportTemplate
net.datenwerke.rs.tabletemplate.service.tabletemplate.entities.TableReportByteTemplate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.tabletemplate.client.tabletemplate.dto")
public class TableReportByteTemplate
extends TableReportTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetTemplate(byte[] template) voidupdateData(TableReportTemplate template) Methods inherited from class net.datenwerke.rs.tabletemplate.service.tabletemplate.entities.TableReportTemplate
createTemporary, getContentType, getDescription, getFileExtension, getId, getKey, getName, getTemplateType, getTemporaryId, getVersion, setContentType, setDescription, setFileExtension, setId, setKey, setName, setTemplateType, setTemporaryId, setVersion, toString
-
Constructor Details
-
TableReportByteTemplate
public TableReportByteTemplate()
-
-
Method Details
-
setTemplate
public void setTemplate(byte[] template) -
getTemplate
public byte[] getTemplate() -
updateData
- Overrides:
updateDatain classTableReportTemplate
-