Package com.xero.models.accounting
Class ReportRows
java.lang.Object
com.xero.models.accounting.ReportRows
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCellsItem(ReportCell cellsItem) cellsaddRowsItem(ReportRow rowsItem) rowscells(List<ReportCell> cells) cellsbooleangetCells()Get cellsgetRows()Get rowsGet rowTypegetTitle()Get titleinthashCode()rowsrowTypevoidsetCells(List<ReportCell> cells) cellsvoidrowsvoidsetRowType(RowType rowType) rowTypevoidtitletitletoString()
-
Constructor Details
-
ReportRows
public ReportRows()
-
-
Method Details
-
rowType
rowType- Parameters:
rowType- RowType- Returns:
- ReportRows
-
getRowType
-
setRowType
-
title
-
getTitle
-
setTitle
-
cells
cells- Parameters:
cells- List<ReportCell>- Returns:
- ReportRows
-
addCellsItem
cells- Parameters:
cellsItem- ReportCell- Returns:
- ReportRows
-
getCells
-
setCells
-
rows
rows- Parameters:
rows- List<ReportRow>- Returns:
- ReportRows
-
addRowsItem
rows- Parameters:
rowsItem- ReportRow- Returns:
- ReportRows
-
getRows
-
setRows
-
equals
-
hashCode
-
toString
-