Package com.xero.models.accounting
Class ReportWithRow
java.lang.Object
com.xero.models.accounting.ReportWithRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFieldsItem(ReportFields fieldsItem) fieldsaddReportTitlesItem(String reportTitlesItem) Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)addRowsItem(ReportRows rowsItem) rowsbooleanfields(List<ReportFields> fields) fieldsGet fieldsDate of reportID of the ReportName of the reportTitle of the reportReport titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)The type of report (BalanceSheet,ProfitLoss, etc)getRows()Get rowsUpdated Dateorg.threeten.bp.OffsetDateTimeUpdated DateinthashCode()reportDate(String reportDate) Date of reportID of the ReportreportName(String reportName) Name of the reportreportTitle(String reportTitle) Title of the reportreportTitles(List<String> reportTitles) Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)reportType(String reportType) The type of report (BalanceSheet,ProfitLoss, etc)rows(List<ReportRows> rows) rowsvoidsetFields(List<ReportFields> fields) fieldsvoidsetReportDate(String reportDate) Date of reportvoidsetReportID(String reportID) ID of the ReportvoidsetReportName(String reportName) Name of the reportvoidsetReportTitle(String reportTitle) Title of the reportvoidsetReportTitles(List<String> reportTitles) Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)voidsetReportType(String reportType) The type of report (BalanceSheet,ProfitLoss, etc)voidsetRows(List<ReportRows> rows) rowstoString()
-
Constructor Details
-
ReportWithRow
public ReportWithRow()
-
-
Method Details
-
reportID
ID of the Report- Parameters:
reportID- String- Returns:
- ReportWithRow
-
getReportID
-
setReportID
-
reportName
Name of the report- Parameters:
reportName- String- Returns:
- ReportWithRow
-
getReportName
-
setReportName
-
reportTitle
Title of the report- Parameters:
reportTitle- String- Returns:
- ReportWithRow
-
getReportTitle
-
setReportTitle
-
reportType
The type of report (BalanceSheet,ProfitLoss, etc)- Parameters:
reportType- String- Returns:
- ReportWithRow
-
getReportType
-
setReportType
The type of report (BalanceSheet,ProfitLoss, etc)- Parameters:
reportType- String
-
reportTitles
Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)- Parameters:
reportTitles- List<>- Returns:
- ReportWithRow
-
addReportTitlesItem
Report titles array (3 to 4 strings with the report name, orgnisation name and time frame of report)- Parameters:
reportTitlesItem- String- Returns:
- ReportWithRow
-
getReportTitles
-
setReportTitles
-
reportDate
Date of report- Parameters:
reportDate- String- Returns:
- ReportWithRow
-
getReportDate
-
setReportDate
-
rows
rows- Parameters:
rows- List<ReportRows>- Returns:
- ReportWithRow
-
addRowsItem
rows- Parameters:
rowsItem- ReportRows- Returns:
- ReportWithRow
-
getRows
-
setRows
-
getUpdatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()Updated Date- Returns:
- OffsetDateTime
-
fields
fields- Parameters:
fields- List<ReportFields>- Returns:
- ReportWithRow
-
addFieldsItem
fields- Parameters:
fieldsItem- ReportFields- Returns:
- ReportWithRow
-
getFields
-
setFields
-
equals
-
hashCode
-
toString
-