Package com.xero.models.finance
Class CashflowType
java.lang.Object
com.xero.models.finance.CashflowType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccounts(List<CashflowAccount> accounts) List of the accounts in this activityaddAccountsItem(CashflowAccount accountsItem) List of the accounts in this activitybooleanList of the accounts in this activitygetName()Name of the activitygetTotal()Total value of the activityinthashCode()Name of the activityvoidsetAccounts(List<CashflowAccount> accounts) List of the accounts in this activityvoidName of the activityvoidTotal value of the activitytoString()Total value of the activity
-
Constructor Details
-
CashflowType
public CashflowType()
-
-
Method Details
-
name
Name of the activity- Parameters:
name- String- Returns:
- CashflowType
-
getName
-
setName
-
total
Total value of the activity- Parameters:
total- Double- Returns:
- CashflowType
-
getTotal
-
setTotal
-
accounts
List of the accounts in this activity- Parameters:
accounts- List<CashflowAccount>- Returns:
- CashflowType
-
addAccountsItem
List of the accounts in this activity- Parameters:
accountsItem- CashflowAccount- Returns:
- CashflowType
-
getAccounts
-
setAccounts
List of the accounts in this activity- Parameters:
accounts- List<CashflowAccount>
-
equals
-
hashCode
-
toString
-