Package com.xero.models.finance
Class CashflowResponse
java.lang.Object
com.xero.models.finance.CashflowResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCashflowActivitiesItem(CashflowActivity cashflowActivitiesItem) Break down of cash and cash equivalents for the periodcashBalance(CashBalance cashBalance) cashBalancecashflowActivities(List<CashflowActivity> cashflowActivities) Break down of cash and cash equivalents for the periodendDate(org.threeten.bp.LocalDate endDate) End date of the reportbooleanGet cashBalanceBreak down of cash and cash equivalents for the periodorg.threeten.bp.LocalDateEnd date of the reportorg.threeten.bp.LocalDateStart date of the reportinthashCode()voidsetCashBalance(CashBalance cashBalance) cashBalancevoidsetCashflowActivities(List<CashflowActivity> cashflowActivities) Break down of cash and cash equivalents for the periodvoidsetEndDate(org.threeten.bp.LocalDate endDate) End date of the reportvoidsetStartDate(org.threeten.bp.LocalDate startDate) Start date of the reportstartDate(org.threeten.bp.LocalDate startDate) Start date of the reporttoString()
-
Constructor Details
-
CashflowResponse
public CashflowResponse()
-
-
Method Details
-
startDate
Start date of the report- Parameters:
startDate- LocalDate- Returns:
- CashflowResponse
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()Start date of the report- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) Start date of the report- Parameters:
startDate- LocalDate
-
endDate
End date of the report- Parameters:
endDate- LocalDate- Returns:
- CashflowResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()End date of the report- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) End date of the report- Parameters:
endDate- LocalDate
-
cashBalance
cashBalance- Parameters:
cashBalance- CashBalance- Returns:
- CashflowResponse
-
getCashBalance
-
setCashBalance
cashBalance- Parameters:
cashBalance- CashBalance
-
cashflowActivities
Break down of cash and cash equivalents for the period- Parameters:
cashflowActivities- List<CashflowActivity>- Returns:
- CashflowResponse
-
addCashflowActivitiesItem
Break down of cash and cash equivalents for the period- Parameters:
cashflowActivitiesItem- CashflowActivity- Returns:
- CashflowResponse
-
getCashflowActivities
Break down of cash and cash equivalents for the period- Returns:
- cashflowActivities
-
setCashflowActivities
Break down of cash and cash equivalents for the period- Parameters:
cashflowActivities- List<CashflowActivity>
-
equals
-
hashCode
-
toString
-