Package com.xero.models.accounting
Class ReportRow
java.lang.Object
com.xero.models.accounting.ReportRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCellsItem(ReportCell cellsItem) cellscells(List<ReportCell> cells) cellsbooleangetCells()Get cellsGet rowTypegetTitle()Get titleinthashCode()rowTypevoidsetCells(List<ReportCell> cells) cellsvoidsetRowType(RowType rowType) rowTypevoidtitletitletoString()
-
Constructor Details
-
ReportRow
public ReportRow()
-
-
Method Details
-
rowType
-
getRowType
-
setRowType
-
title
-
getTitle
-
setTitle
-
cells
cells- Parameters:
cells- List<ReportCell>- Returns:
- ReportRow
-
addCellsItem
cells- Parameters:
cellsItem- ReportCell- Returns:
- ReportRow
-
getCells
-
setCells
-
equals
-
hashCode
-
toString
-