Class PivotDataRow

java.lang.Object
io.jmix.pivottable.model.extension.PivotDataRow
All Implemented Interfaces:
Serializable

public class PivotDataRow extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • PivotDataRow

      public PivotDataRow()
  • Method Details

    • getTableRowNumber

      public Integer getTableRowNumber()
    • setTableRowNumber

      public void setTableRowNumber(Integer tableRowNumber)
    • getCells

      public List<PivotDataCell> getCells()
    • setCells

      public void setCells(List<PivotDataCell> cells)