Class CountryBankAccountBicData
java.lang.Object
de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
- All Implemented Interfaces:
Serializable
country and bank account data.
- Author:
- Manfred Tremmel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor.CountryBankAccountBicData(CountryEnum pcountryCode, String pbankAccount, String pbic) constructor initializing fields. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBic()inthashCode()voidsetBankAccount(String bankAccount) voidvoidsetCountryCode(CountryEnum countryCode)