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 Details

    • ReportByteProperty

      public ReportByteProperty()
    • ReportByteProperty

      public ReportByteProperty(String name)
  • Method Details

    • getByteValue

      public byte[] getByteValue()
    • setByteValue

      public void setByteValue(byte[] byteValue)