Class BandDefinition

java.lang.Object
io.jmix.reports.entity.BandDefinition
All Implemented Interfaces:
ReportBand, Serializable

public class BandDefinition extends Object implements ReportBand
See Also:
  • Field Details

    • id

      protected UUID id
    • name

      protected String name
    • parentBandDefinition

      protected BandDefinition parentBandDefinition
    • report

      protected Report report
    • childrenBandDefinitions

      protected List<BandDefinition> childrenBandDefinitions
    • dataSets

      protected List<DataSet> dataSets
    • orientation

      protected Integer orientation
    • position

      protected Integer position
    • multiDataSet

      protected Boolean multiDataSet
  • Constructor Details

    • BandDefinition

      public BandDefinition()
  • Method Details