public class BandDefinition
extends com.haulmont.cuba.core.entity.BaseUuidEntity
implements com.haulmont.yarg.structure.ReportBand
Constructor and Description |
---|
BandDefinition() |
Modifier and Type | Method and Description |
---|---|
com.haulmont.yarg.structure.BandOrientation |
getBandOrientation() |
java.util.List<com.haulmont.yarg.structure.ReportBand> |
getChildren() |
java.util.List<BandDefinition> |
getChildrenBandDefinitions() |
java.util.List<DataSet> |
getDataSets() |
java.lang.String |
getName() |
Orientation |
getOrientation() |
com.haulmont.yarg.structure.ReportBand |
getParent() |
BandDefinition |
getParentBandDefinition() |
java.lang.Integer |
getPosition() |
Report |
getReport() |
java.util.List<com.haulmont.yarg.structure.ReportQuery> |
getReportQueries() |
void |
setChildrenBandDefinitions(java.util.List<BandDefinition> childrenBandDefinitions) |
void |
setDataSets(java.util.List<DataSet> dataSets) |
void |
setName(java.lang.String name) |
void |
setOrientation(Orientation orientation) |
void |
setParentBandDefinition(BandDefinition parentBandDefinition) |
void |
setPosition(java.lang.Integer position) |
void |
setReport(Report report) |
_persistence_get, _persistence_new, _persistence_post_clone, _persistence_set, getId, getUuid, setId, setUuid
equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toString
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, addListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueEx
public BandDefinition getParentBandDefinition()
public void setParentBandDefinition(BandDefinition parentBandDefinition)
public java.util.List<BandDefinition> getChildrenBandDefinitions()
public void setChildrenBandDefinitions(java.util.List<BandDefinition> childrenBandDefinitions)
public java.lang.String getName()
getName
in interface com.haulmont.yarg.structure.ReportBand
public void setName(java.lang.String name)
public java.util.List<DataSet> getDataSets()
public void setDataSets(java.util.List<DataSet> dataSets)
public Orientation getOrientation()
public void setOrientation(Orientation orientation)
public java.lang.Integer getPosition()
public void setPosition(java.lang.Integer position)
public Report getReport()
public void setReport(Report report)
public com.haulmont.yarg.structure.ReportBand getParent()
getParent
in interface com.haulmont.yarg.structure.ReportBand
public java.util.List<com.haulmont.yarg.structure.ReportBand> getChildren()
getChildren
in interface com.haulmont.yarg.structure.ReportBand
public java.util.List<com.haulmont.yarg.structure.ReportQuery> getReportQueries()
getReportQueries
in interface com.haulmont.yarg.structure.ReportBand
public com.haulmont.yarg.structure.BandOrientation getBandOrientation()
getBandOrientation
in interface com.haulmont.yarg.structure.ReportBand