public class Bank
extends java.lang.Object
| Constructor and Description |
|---|
Bank()
Use the setter methods.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBankCode()
Deprecated.
|
java.lang.String |
getBic()
Gets the bic.
|
java.lang.String |
getCountryCode()
Gets the country code.
|
Bank |
setBankCode(java.lang.String bankCode)
Deprecated.
|
Bank |
setBic(java.lang.String bic)
Sets the bic.
|
Bank |
setCountryCode(java.lang.String countryCode)
Sets the country code.
|
@Deprecated public java.lang.String getBankCode()
@Deprecated public Bank setBankCode(java.lang.String bankCode)
bankCode - the bank codepublic java.lang.String getBic()
public Bank setBic(java.lang.String bic)
bic - the bicpublic java.lang.String getCountryCode()
public Bank setCountryCode(java.lang.String countryCode)
countryCode - the country code