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:
  • Constructor Details

    • CountryBankAccountBicData

      public CountryBankAccountBicData()
      default constructor.
    • CountryBankAccountBicData

      public CountryBankAccountBicData(CountryEnum pcountryCode, String pbankAccount, String pbic)
      constructor initializing fields.
      Parameters:
      pcountryCode - country code
      pbankAccount - bank account
      pbic - sepa bic
  • Method Details

    • 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)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object pobj)
      Overrides:
      equals in class Object