Package com.xero.models.accounting
Class ReportRow
- java.lang.Object
-
- com.xero.models.accounting.ReportRow
-
public class ReportRow extends Object
ReportRow
-
-
Constructor Summary
Constructors Constructor Description ReportRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportRowaddCellsItem(ReportCell cellsItem)cellsReportRowcells(List<ReportCell> cells)cellsbooleanequals(Object o)List<ReportCell>getCells()Get cellsRowTypegetRowType()Get rowTypeStringgetTitle()Get titleinthashCode()ReportRowrowType(RowType rowType)rowTypevoidsetCells(List<ReportCell> cells)cellsvoidsetRowType(RowType rowType)rowTypevoidsetTitle(String title)titleReportRowtitle(String title)titleStringtoString()
-
-
-
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
-
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>
-
-