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
FieldsModifier and TypeFieldDescriptionprotected List<BandDefinition>protected UUIDprotected Stringprotected Integerprotected BandDefinitionprotected Integerprotected Report - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.haulmont.yarg.structure.BandOrientationList<com.haulmont.yarg.structure.ReportBand>getId()getName()com.haulmont.yarg.structure.ReportBandList<com.haulmont.yarg.structure.ReportQuery>voidsetChildrenBandDefinitions(List<BandDefinition> childrenBandDefinitions) voidsetDataSets(List<DataSet> dataSets) voidvoidvoidsetOrientation(Orientation orientation) voidsetParentBandDefinition(BandDefinition parentBandDefinition) voidsetPosition(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:
 getNamein interfacecom.haulmont.yarg.structure.ReportBand
 - 
setName
 - 
getDataSets
 - 
setDataSets
 - 
getOrientation
 - 
setOrientation
 - 
getPosition
 - 
setPosition
 - 
getReport
 - 
setReport
 - 
getParent
public com.haulmont.yarg.structure.ReportBand getParent()- Specified by:
 getParentin interfacecom.haulmont.yarg.structure.ReportBand
 - 
getChildren
- Specified by:
 getChildrenin interfacecom.haulmont.yarg.structure.ReportBand
 - 
getReportQueries
- Specified by:
 getReportQueriesin interfacecom.haulmont.yarg.structure.ReportBand
 - 
getBandOrientation
public com.haulmont.yarg.structure.BandOrientation getBandOrientation()- Specified by:
 getBandOrientationin interfacecom.haulmont.yarg.structure.ReportBand
 
 -