Package com.xero.models.accounting
Class ReportWithRows
- java.lang.Object
-
- com.xero.models.accounting.ReportWithRows
-
public class ReportWithRows extends Object
ReportWithRows
-
-
Constructor Summary
Constructors Constructor Description ReportWithRows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportWithRowsaddReportsItem(ReportWithRow reportsItem)reportsbooleanequals(Object o)List<ReportWithRow>getReports()Get reportsinthashCode()ReportWithRowsreports(List<ReportWithRow> reports)reportsvoidsetReports(List<ReportWithRow> reports)reportsStringtoString()
-
-
-
Method Detail
-
reports
public ReportWithRows reports(List<ReportWithRow> reports)
reports- Parameters:
reports- List<ReportWithRow>- Returns:
- ReportWithRows
-
addReportsItem
public ReportWithRows addReportsItem(ReportWithRow reportsItem)
reports- Parameters:
reportsItem- ReportWithRow- Returns:
- ReportWithRows
-
getReports
public List<ReportWithRow> getReports()
Get reports- Returns:
- reports
-
setReports
public void setReports(List<ReportWithRow> reports)
reports- Parameters:
reports- List<ReportWithRow>
-
-