Package com.xero.models.finance
Class BalanceSheetAccountDetail
java.lang.Object
com.xero.models.finance.BalanceSheetAccountDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionID of the accountAccounting codebooleanID of the accountgetCode()Accounting codegetName()Account nameReporting codegetTotal()Total movement on this accountinthashCode()Account namereportingCode(String reportingCode) Reporting codevoidsetAccountID(UUID accountID) ID of the accountvoidAccounting codevoidAccount namevoidsetReportingCode(String reportingCode) Reporting codevoidTotal movement on this accounttoString()Total movement on this account
-
Constructor Details
-
BalanceSheetAccountDetail
public BalanceSheetAccountDetail()
-
-
Method Details
-
code
Accounting code- Parameters:
code- String- Returns:
- BalanceSheetAccountDetail
-
getCode
-
setCode
-
accountID
ID of the account- Parameters:
accountID- UUID- Returns:
- BalanceSheetAccountDetail
-
getAccountID
-
setAccountID
-
name
Account name- Parameters:
name- String- Returns:
- BalanceSheetAccountDetail
-
getName
-
setName
-
reportingCode
Reporting code- Parameters:
reportingCode- String- Returns:
- BalanceSheetAccountDetail
-
getReportingCode
-
setReportingCode
Reporting code- Parameters:
reportingCode- String
-
total
Total movement on this account- Parameters:
total- Double- Returns:
- BalanceSheetAccountDetail
-
getTotal
-
setTotal
-
equals
-
hashCode
-
toString
-