Class IbanLengthMapConstantsImpl
- java.lang.Object
-
- de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsImpl
-
- All Implemented Interfaces:
IbanLengthMapSharedConstants,Serializable
public class IbanLengthMapConstantsImpl extends Object implements IbanLengthMapSharedConstants, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IbanLengthMapConstantsImpl()IbanLengthMapConstantsImpl(Map<String,String> pmap)constructor initializing map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<CountryEnum,IbanLengthDefinition>getIbanLengthMap()voidsetIbanLengthMap(Map<CountryEnum,IbanLengthDefinition> ibanLengthMap)setter for iban length map.
-
-
-
Method Detail
-
getIbanLengthMap
public Map<CountryEnum,IbanLengthDefinition> getIbanLengthMap()
- Specified by:
getIbanLengthMapin interfaceIbanLengthMapSharedConstants
-
setIbanLengthMap
public void setIbanLengthMap(Map<CountryEnum,IbanLengthDefinition> ibanLengthMap)
setter for iban length map.- Parameters:
ibanLengthMap- map to set
-
-