Class ReportServerSideStringProperty

java.lang.Object
net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportProperty
net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportServerSideStringProperty
All Implemented Interfaces:
ServerSideProperty
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 ReportServerSideStringProperty extends ReportProperty implements ServerSideProperty
  • Constructor Details

    • ReportServerSideStringProperty

      public ReportServerSideStringProperty()
  • Method Details

    • getStrValue

      public String getStrValue()
    • setStrValue

      public void setStrValue(String strValue)
    • toBoolean

      public boolean toBoolean()
    • toString

      public String toString()
      Overrides:
      toString in class ReportProperty