Class ReportByteProperty
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportProperty
net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportByteProperty
- 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.core.client.reportmanager.dto.reports")
public class ReportByteProperty
extends ReportProperty
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportProperty
equals, getId, getName, getVersion, hashCode, isIdentical, setId, setName, setVersion, toString
-
Constructor Details
-
ReportByteProperty
public ReportByteProperty() -
ReportByteProperty
-
-
Method Details
-
getByteValue
public byte[] getByteValue() -
setByteValue
public void setByteValue(byte[] byteValue)
-