Class CountryBankAccountData
java.lang.Object
de.knightsoftnet.validators.shared.data.CountryBankAccountData
- All Implemented Interfaces:
Serializable,Comparable<CountryBankAccountData>
public class CountryBankAccountData
extends Object
implements Comparable<CountryBankAccountData>, Serializable
country and bank account data.
- Author:
- Manfred Tremmel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor.CountryBankAccountData(CountryEnum pcountryCode, String pbankAccount) constructor initializing fields. -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(CountryBankAccountData pcompare) booleaninthashCode()voidsetBankAccount(String bankAccount) voidsetCountryCode(CountryEnum countryCode)