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