public class Bank extends Object
| Constructor and Description |
|---|
Bank() |
| Modifier and Type | Method and Description |
|---|---|
Bank |
code(String code) |
Bank |
country(String country) |
boolean |
equals(Object o) |
String |
getCode()
The bank identified by a bank code, taken from the code-book.
|
String |
getCountry()
The country of the bank where bank account has been opened.
|
String |
getLabel()
The localized name of the bank, taken from the code-book and based on either default or specified language.
|
int |
hashCode() |
Bank |
label(String label) |
void |
setCode(String code) |
void |
setCountry(String country) |
void |
setLabel(String label) |
String |
toString() |
public String getCode()
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
public String getCountry()
public void setCountry(String country)
Copyright © 2023. All rights reserved.