Class PhoneCountryData

    • Constructor Detail

      • PhoneCountryData

        public PhoneCountryData()
      • PhoneCountryData

        public PhoneCountryData​(String pcountryCode,
                                String pcountryCodeName,
                                String ptrunkCode,
                                String pexitCode,
                                boolean pareaCodeMustBeFilled,
                                PhoneCountryCodeData pcountryCodeData)
        constructor initializing fields.
        Parameters:
        pcountryCode - country iso code
        pcountryCodeName - country name
        ptrunkCode - trunk code (used for country internal calls)
        pexitCode - exit code (used for international calls
        pareaCodeMustBeFilled - true if area code must be filled in this country
        pcountryCodeData - country code data
    • Method Detail

      • getCountryCode

        public String getCountryCode()
      • getCountryCodeName

        public String getCountryCodeName()
      • getTrunkCode

        public String getTrunkCode()
      • getExitCode

        public String getExitCode()
      • isAreaCodeMustBeFilled

        public boolean isAreaCodeMustBeFilled()
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • setCountryCodeName

        public void setCountryCodeName​(String countryCodeName)
      • setTrunkCode

        public void setTrunkCode​(String trunkCode)
      • setExitCode

        public void setExitCode​(String exitCode)
      • setAreaCodeMustBeFilled

        public void setAreaCodeMustBeFilled​(boolean areaCodeMustBeFilled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object