Package com.xero.models.finance
Class CashflowActivity
java.lang.Object
com.xero.models.finance.CashflowActivity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCashflowTypesItem(CashflowType cashflowTypesItem) cashflowTypescashflowTypes(List<CashflowType> cashflowTypes) cashflowTypesbooleanGet cashflowTypesgetName()Name of the cashflow activity type.getTotal()Total value of the activity typeinthashCode()Name of the cashflow activity type.voidsetCashflowTypes(List<CashflowType> cashflowTypes) cashflowTypesvoidName of the cashflow activity type.voidTotal value of the activity typetoString()Total value of the activity type
-
Constructor Details
-
CashflowActivity
public CashflowActivity()
-
-
Method Details
-
name
Name of the cashflow activity type. It will be either Operating Activities, Investing Activities or Financing Activities- Parameters:
name- String- Returns:
- CashflowActivity
-
getName
Name of the cashflow activity type. It will be either Operating Activities, Investing Activities or Financing Activities- Returns:
- name
-
setName
Name of the cashflow activity type. It will be either Operating Activities, Investing Activities or Financing Activities- Parameters:
name- String
-
total
Total value of the activity type- Parameters:
total- Double- Returns:
- CashflowActivity
-
getTotal
-
setTotal
-
cashflowTypes
cashflowTypes- Parameters:
cashflowTypes- List<CashflowType>- Returns:
- CashflowActivity
-
addCashflowTypesItem
cashflowTypes- Parameters:
cashflowTypesItem- CashflowType- Returns:
- CashflowActivity
-
getCashflowTypes
-
setCashflowTypes
cashflowTypes- Parameters:
cashflowTypes- List<CashflowType>
-
equals
-
hashCode
-
toString
-