public class BankingDomesticPayeeAccount extends Object
| Constructor and Description |
|---|
BankingDomesticPayeeAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountName()
Name of the account to pay to
|
String |
getAccountNumber()
Number of the account to pay to
|
String |
getBsb()
BSB of the account to pay to
|
int |
hashCode() |
void |
setAccountName(String accountName) |
void |
setAccountNumber(String accountNumber) |
void |
setBsb(String bsb) |
String |
toString() |
public String getAccountName()
public void setAccountName(String accountName)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getBsb()
public void setBsb(String bsb)
Copyright © 2019. All rights reserved.