Class BirtReportFile
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.entities.BirtReportFile
- 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.birt.client.reportengines.dto")
public class BirtReportFile
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetContent(String content) voidvoidvoidsetVersion(Long version)
-
Constructor Details
-
BirtReportFile
public BirtReportFile()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getName
-
setName
-
getContent
-
setContent
-