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 Summary
ConstructorsConstructorDescriptionPhoneCountryCodeData(String pcountryCode, String pcountryCodeName) constructor initializing fields. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAreaCodeData(PhoneAreaCodeData pareaCodeData) intcompareTo(PhoneCountryCodeData pcompare) booleaninthashCode()voidsetAreaCodeData(Set<PhoneAreaCodeData> areaCodeData) setter for are code data set.voidsetCountryCode(String countryCode) voidsetCountryCodeName(String countryCodeName) voidsetPhoneCountryData(PhoneCountryData pphoneCountryData)
-
Constructor Details
-
PhoneCountryCodeData
public PhoneCountryCodeData() -
PhoneCountryCodeData
constructor initializing fields.- Parameters:
pcountryCode- country codepcountryCodeName- country code name
-
-
Method Details