public class FinancialInstitution extends Object implements Serializable
| Constructor and Description |
|---|
FinancialInstitution(String bic)
Instantiates a new financial institution.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBic()
Gets the BIC.
|
String |
getGermanBankleitzahl()
Gets the German bankleitzahl.
|
String |
getName()
Gets the financial institution name.
|
FinancialInstitution |
setBic(String bic)
Sets the BIC.
|
FinancialInstitution |
setGermanBankleitzahl(String germanBankleitzahl)
Sets the German bankleitzahl.
|
FinancialInstitution |
setName(String name)
Sets the financial institution name.
|
public FinancialInstitution(String bic)
Instantiates a new financial institution.
bic - the bicpublic String getGermanBankleitzahl()
Gets the German bankleitzahl.
public FinancialInstitution setBic(String bic)
Sets the BIC.
bic - the new bicpublic FinancialInstitution setGermanBankleitzahl(String germanBankleitzahl)
Sets the German bankleitzahl.
germanBankleitzahl - the new german bankleitzahlpublic FinancialInstitution setName(String name)
Sets the financial institution name.
name - the new bank nameCopyright © 2014-2016 Konik.io. All Rights Reserved.