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
Modifier and Type Method Description ReportWithRowsaddReportsItem(ReportWithRow reportsItem)booleanequals(Object o)List<ReportWithRow>getReports()Get reportsinthashCode()ReportWithRowsreports(List<ReportWithRow> reports)voidsetReports(List<ReportWithRow> reports)StringtoString()
-
Constructor Details
-
ReportWithRows
public ReportWithRows()
-
-
Method Details