Package io.jmix.reports.entity
Class BandDefinition
java.lang.Object
io.jmix.reports.entity.BandDefinition
- All Implemented Interfaces:
com.haulmont.yarg.structure.ReportBand
,Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<BandDefinition>
protected UUID
protected String
protected Integer
protected BandDefinition
protected Integer
protected Report
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.haulmont.yarg.structure.BandOrientation
List<com.haulmont.yarg.structure.ReportBand>
getId()
getName()
com.haulmont.yarg.structure.ReportBand
List<com.haulmont.yarg.structure.ReportQuery>
void
setChildrenBandDefinitions
(List<BandDefinition> childrenBandDefinitions) void
setDataSets
(List<DataSet> dataSets) void
void
void
setOrientation
(Orientation orientation) void
setParentBandDefinition
(BandDefinition parentBandDefinition) void
setPosition
(Integer position) void
-
Field Details
-
id
-
name
-
parentBandDefinition
-
report
-
childrenBandDefinitions
-
dataSets
-
orientation
-
position
-
-
Constructor Details
-
BandDefinition
public BandDefinition()
-
-
Method Details
-
getId
-
setId
-
getParentBandDefinition
-
setParentBandDefinition
-
getChildrenBandDefinitions
-
setChildrenBandDefinitions
-
getName
- Specified by:
getName
in interfacecom.haulmont.yarg.structure.ReportBand
-
setName
-
getDataSets
-
setDataSets
-
getOrientation
-
setOrientation
-
getPosition
-
setPosition
-
getReport
-
setReport
-
getParent
public com.haulmont.yarg.structure.ReportBand getParent()- Specified by:
getParent
in interfacecom.haulmont.yarg.structure.ReportBand
-
getChildren
- Specified by:
getChildren
in interfacecom.haulmont.yarg.structure.ReportBand
-
getReportQueries
- Specified by:
getReportQueries
in interfacecom.haulmont.yarg.structure.ReportBand
-
getBandOrientation
public com.haulmont.yarg.structure.BandOrientation getBandOrientation()- Specified by:
getBandOrientation
in interfacecom.haulmont.yarg.structure.ReportBand
-