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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportRowsaddCellsItem(ReportCell cellsItem)cellsReportRowsaddRowsItem(ReportRow rowsItem)rowsReportRowscells(List<ReportCell> cells)cellsbooleanequals(Object o)List<ReportCell>getCells()Get cellsList<ReportRow>getRows()Get rowsRowTypegetRowType()Get rowTypeStringgetTitle()Get titleinthashCode()ReportRowsrows(List<ReportRow> rows)rowsReportRowsrowType(RowType rowType)rowTypevoidsetCells(List<ReportCell> cells)cellsvoidsetRows(List<ReportRow> rows)rowsvoidsetRowType(RowType rowType)rowTypevoidsetTitle(String title)titleReportRowstitle(String title)titleStringtoString()
-
-
-
Method Detail
-
rowType
public ReportRows rowType(RowType rowType)
rowType- Parameters:
rowType- RowType- Returns:
- ReportRows
-
getRowType
public RowType getRowType()
Get rowType- Returns:
- rowType
-
setRowType
public void setRowType(RowType rowType)
rowType- Parameters:
rowType- RowType
-
title
public ReportRows title(String title)
title- Parameters:
title- String- Returns:
- ReportRows
-
getTitle
public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
title- Parameters:
title- String
-
cells
public ReportRows cells(List<ReportCell> cells)
cells- Parameters:
cells- List<ReportCell>- Returns:
- ReportRows
-
addCellsItem
public ReportRows addCellsItem(ReportCell cellsItem)
cells- Parameters:
cellsItem- ReportCell- Returns:
- ReportRows
-
getCells
public List<ReportCell> getCells()
Get cells- Returns:
- cells
-
setCells
public void setCells(List<ReportCell> cells)
cells- Parameters:
cells- List<ReportCell>
-
rows
public ReportRows rows(List<ReportRow> rows)
rows- Parameters:
rows- List<ReportRow>- Returns:
- ReportRows
-
addRowsItem
public ReportRows addRowsItem(ReportRow rowsItem)
rows- Parameters:
rowsItem- ReportRow- Returns:
- ReportRows
-
-