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:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor initializing map. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIbanLengthMap(Map<CountryEnum, IbanLengthDefinition> ibanLengthMap) setter for iban length map.
-
Constructor Details
-
IbanLengthMapConstantsImpl
public IbanLengthMapConstantsImpl() -
IbanLengthMapConstantsImpl
constructor initializing map.- Parameters:
pmap- map to put
-
-
Method Details
-
getIbanLengthMap
- Specified by:
getIbanLengthMapin interfaceIbanLengthMapSharedConstants
-
setIbanLengthMap
setter for iban length map.- Parameters:
ibanLengthMap- map to set
-