Package com.xero.models.payrollau
Class BankAccount
java.lang.Object
com.xero.models.payrollau.BankAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountName(String accountName) The name of the accountaccountNumber(String accountNumber) The account numberFixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)The BSB number of the accountbooleanThe name of the accountThe account numberFixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)getBSB()The BSB number of the accountIf this account is the Remaining bank accountThe text that will appear on your employee's bank statement when they receive paymentinthashCode()If this account is the Remaining bank accountvoidsetAccountName(String accountName) The name of the accountvoidsetAccountNumber(String accountNumber) The account numbervoidFixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)voidThe BSB number of the accountvoidsetRemainder(Boolean remainder) If this account is the Remaining bank accountvoidsetStatementText(String statementText) The text that will appear on your employee's bank statement when they receive paymentstatementText(String statementText) The text that will appear on your employee's bank statement when they receive paymenttoString()
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
statementText
The text that will appear on your employee's bank statement when they receive payment- Parameters:
statementText- String- Returns:
- BankAccount
-
getStatementText
The text that will appear on your employee's bank statement when they receive payment- Returns:
- statementText
-
setStatementText
The text that will appear on your employee's bank statement when they receive payment- Parameters:
statementText- String
-
accountName
The name of the account- Parameters:
accountName- String- Returns:
- BankAccount
-
getAccountName
-
setAccountName
The name of the account- Parameters:
accountName- String
-
BSB
The BSB number of the account- Parameters:
BSB- String- Returns:
- BankAccount
-
getBSB
-
setBSB
-
accountNumber
The account number- Parameters:
accountNumber- String- Returns:
- BankAccount
-
getAccountNumber
-
setAccountNumber
The account number- Parameters:
accountNumber- String
-
remainder
If this account is the Remaining bank account- Parameters:
remainder- Boolean- Returns:
- BankAccount
-
getRemainder
-
setRemainder
If this account is the Remaining bank account- Parameters:
remainder- Boolean
-
amount
Fixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)- Parameters:
amount- Double- Returns:
- BankAccount
-
getAmount
Fixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)- Returns:
- amount
-
setAmount
Fixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)- Parameters:
amount- Double
-
equals
-
hashCode
-
toString
-