Class PreviewImage
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.entities.reports.PreviewImage
- 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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getId()getName()voidsetContent(byte[] content) voidvoidvoidsetVersion(Long version)
-
Constructor Details
-
PreviewImage
public PreviewImage()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getName
-
setName
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content)
-