Package com.xero.models.payrollau
Class BankAccount
java.lang.Object
com.xero.models.payrollau.BankAccount
public class BankAccount extends Object
BankAccount
-
Constructor Summary
Constructors Constructor Description BankAccount() -
Method Summary
Modifier and Type Method Description BankAccountaccountName(String accountName)BankAccountaccountNumber(String accountNumber)BankAccountamount(Double amount)BankAccountBSB(String BSB)booleanequals(Object o)StringgetAccountName()The name of the accountStringgetAccountNumber()The account numberDoublegetAmount()Fixed amounts (for example, if an employee wants to have $100 of their salary transferred to one account, and the remaining amount to another)StringgetBSB()The BSB number of the accountBooleangetRemainder()If this account is the Remaining bank accountStringgetStatementText()The text that will appear on your employee's bank statement when they receive paymentinthashCode()BankAccountremainder(Boolean remainder)voidsetAccountName(String accountName)voidsetAccountNumber(String accountNumber)voidsetAmount(Double amount)voidsetBSB(String BSB)voidsetRemainder(Boolean remainder)voidsetStatementText(String statementText)BankAccountstatementText(String statementText)StringtoString()
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
statementText
-
getStatementText
The text that will appear on your employee's bank statement when they receive payment- Returns:
- statementText
-
setStatementText
-
accountName
-
getAccountName
The name of the account- Returns:
- accountName
-
setAccountName
-
BSB
-
getBSB
The BSB number of the account- Returns:
- BSB
-
setBSB
-
accountNumber
-
getAccountNumber
The account number- Returns:
- accountNumber
-
setAccountNumber
-
remainder
-
getRemainder
If this account is the Remaining bank account- Returns:
- remainder
-
setRemainder
-
amount
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-