Class CountryBankAccountBicData

    • Constructor Detail

      • 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 Detail

      • 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