Class BankAccountBicConstantsImpl
- java.lang.Object
-
- de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
-
- All Implemented Interfaces:
BankAccountBicSharedConstants,Serializable
public class BankAccountBicConstantsImpl extends Object implements BankAccountBicSharedConstants, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BankAccountBicConstantsImpl()BankAccountBicConstantsImpl(Map<CountryBankAccountData,String> pmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBankAccounts(CountryEnum pcountry, Map<String,String> pmap)Map<CountryBankAccountData,String>getBankAccountBicMap()voidsetBankAccountBicMap(Map<CountryBankAccountData,String> bankAccountBicMap)setter for bank account big map.
-
-
-
Constructor Detail
-
BankAccountBicConstantsImpl
public BankAccountBicConstantsImpl()
-
BankAccountBicConstantsImpl
public BankAccountBicConstantsImpl(Map<CountryBankAccountData,String> pmap)
-
-
Method Detail
-
getBankAccountBicMap
public Map<CountryBankAccountData,String> getBankAccountBicMap()
- Specified by:
getBankAccountBicMapin interfaceBankAccountBicSharedConstants
-
setBankAccountBicMap
public void setBankAccountBicMap(Map<CountryBankAccountData,String> bankAccountBicMap)
setter for bank account big map.- Parameters:
bankAccountBicMap- map to set
-
addBankAccounts
public void addBankAccounts(CountryEnum pcountry, Map<String,String> pmap)
- Specified by:
addBankAccountsin interfaceBankAccountBicSharedConstants
-
-