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
Modifier and Type Method Description ReportRowaddCellsItem(ReportCell cellsItem)ReportRowcells(List<ReportCell> cells)booleanequals(Object o)List<ReportCell>getCells()Get cellsRowTypegetRowType()Get rowTypeStringgetTitle()Get titleinthashCode()ReportRowrowType(RowType rowType)voidsetCells(List<ReportCell> cells)voidsetRowType(RowType rowType)voidsetTitle(String title)ReportRowtitle(String title)StringtoString()
-
Constructor Details
-
ReportRow
public ReportRow()
-
-
Method Details
-
rowType
-
getRowType
Get rowType- Returns:
- rowType
-
setRowType
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
cells
-
addCellsItem
-
getCells
Get cells- Returns:
- cells
-
setCells
-
equals
-
hashCode
public int hashCode() -
toString
-