Class JxlsReportFile
java.lang.Object
net.datenwerke.rs.jxlsreport.service.jxlsreport.entities.JxlsReportFile
- All Implemented Interfaces:
Serializable
- 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.jxlsreport.client.jxlsreport.dto")
public class JxlsReportFile
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getId()getName()voidsetContent(byte[] content) voidvoidvoidsetVersion(Long version)
-
Constructor Details
-
JxlsReportFile
public JxlsReportFile()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getName
-
setName
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content)
-