Class PhoneCountryCodeData

java.lang.Object
de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
All Implemented Interfaces:
Serializable, Comparable<PhoneCountryCodeData>

public class PhoneCountryCodeData extends Object implements Comparable<PhoneCountryCodeData>, Serializable
phone number region/country code data.
Author:
Manfred Tremmel
See Also:
  • Constructor Details

    • PhoneCountryCodeData

      public PhoneCountryCodeData()
    • PhoneCountryCodeData

      public PhoneCountryCodeData(String pcountryCode, String pcountryCodeName)
      constructor initializing fields.
      Parameters:
      pcountryCode - country code
      pcountryCodeName - country code name
  • Method Details