Class ReportRow


  • public class ReportRow
    extends Object
    ReportRow
    • Constructor Detail

      • ReportRow

        public ReportRow()
    • Method Detail

      • rowType

        public ReportRow rowType​(RowType rowType)
        rowType
        Parameters:
        rowType - RowType
        Returns:
        ReportRow
      • getRowType

        public RowType getRowType()
        Get rowType
        Returns:
        rowType
      • setRowType

        public void setRowType​(RowType rowType)
        rowType
        Parameters:
        rowType - RowType
      • title

        public ReportRow title​(String title)
        title
        Parameters:
        title - String
        Returns:
        ReportRow
      • getTitle

        public String getTitle()
        Get title
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
        title
        Parameters:
        title - String
      • cells

        public ReportRow cells​(List<ReportCell> cells)
        cells
        Parameters:
        cells - List<ReportCell>
        Returns:
        ReportRow
      • addCellsItem

        public ReportRow addCellsItem​(ReportCell cellsItem)
        cells
        Parameters:
        cellsItem - ReportCell
        Returns:
        ReportRow
      • getCells

        public List<ReportCell> getCells()
        Get cells
        Returns:
        cells
      • setCells

        public void setCells​(List<ReportCell> cells)
        cells
        Parameters:
        cells - List<ReportCell>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object