public class FinancialInstitution extends java.lang.Object implements java.io.Serializable
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 financial institution 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 financial institution 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 financial institution 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 financial institution name.
name
- the new bank nameCopyright © 2014-2018 Konik.io. All Rights Reserved.