Class CountryBankAccountBicData
- java.lang.Object
-
- de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
-
- All Implemented Interfaces:
Serializable
public class CountryBankAccountBicData extends Object implements Serializable
country and bank account data.- Author:
- Manfred Tremmel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryBankAccountBicData()default constructor.CountryBankAccountBicData(CountryEnum pcountryCode, String pbankAccount, String pbic)constructor initializing fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object pobj)StringgetBankAccount()StringgetBic()CountryEnumgetCountryCode()inthashCode()voidsetBankAccount(String bankAccount)voidsetBic(String bic)voidsetCountryCode(CountryEnum countryCode)
-
-
-
Constructor Detail
-
CountryBankAccountBicData
public CountryBankAccountBicData()
default constructor.
-
CountryBankAccountBicData
public CountryBankAccountBicData(CountryEnum pcountryCode, String pbankAccount, String pbic)
constructor initializing fields.- Parameters:
pcountryCode- country codepbankAccount- bank accountpbic- sepa bic
-
-
Method Detail
-
getCountryCode
public CountryEnum getCountryCode()
-
setCountryCode
public void setCountryCode(CountryEnum countryCode)
-
getBankAccount
public String getBankAccount()
-
setBankAccount
public void setBankAccount(String bankAccount)
-
getBic
public String getBic()
-
setBic
public void setBic(String bic)
-
-