Package com.xero.models.accounting
Class ReportRows
java.lang.Object
com.xero.models.accounting.ReportRows
public class ReportRows extends Object
ReportRows
-
Constructor Summary
Constructors Constructor Description ReportRows() -
Method Summary
Modifier and Type Method Description ReportRowsaddCellsItem(ReportCell cellsItem)ReportRowsaddRowsItem(ReportRow rowsItem)ReportRowscells(List<ReportCell> cells)booleanequals(Object o)List<ReportCell>getCells()Get cellsList<ReportRow>getRows()Get rowsRowTypegetRowType()Get rowTypeStringgetTitle()Get titleinthashCode()ReportRowsrows(List<ReportRow> rows)ReportRowsrowType(RowType rowType)voidsetCells(List<ReportCell> cells)voidsetRows(List<ReportRow> rows)voidsetRowType(RowType rowType)voidsetTitle(String title)ReportRowstitle(String title)StringtoString()
-
Constructor Details
-
ReportRows
public ReportRows()
-
-
Method Details
-
rowType
-
getRowType
Get rowType- Returns:
- rowType
-
setRowType
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
cells
-
addCellsItem
-
getCells
Get cells- Returns:
- cells
-
setCells
-
rows
-
addRowsItem
-
getRows
Get rows- Returns:
- rows
-
setRows
-
equals
-
hashCode
public int hashCode() -
toString
-