Class PhoneCountryData
java.lang.Object
de.knightsoftnet.validators.shared.data.PhoneCountryData
- All Implemented Interfaces:
Serializable
phone number country data.
- Author:
- Manfred Tremmel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPhoneCountryData(String pcountryCode, String pcountryCodeName, String ptrunkCode, String pexitCode, boolean pareaCodeMustBeFilled, PhoneCountryCodeData pcountryCodeData) constructor initializing fields. -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetAreaCodeMustBeFilled(boolean areaCodeMustBeFilled) voidsetCountryCode(String countryCode) voidsetCountryCodeData(PhoneCountryCodeData countryCodeData) voidsetCountryCodeName(String countryCodeName) voidsetExitCode(String exitCode) voidsetTrunkCode(String trunkCode)
-
Constructor Details
-
PhoneCountryData
public PhoneCountryData()
-
-
Method Details
-
getCountryCode
-
getCountryCodeName
-
getTrunkCode
-
getExitCode
-
isAreaCodeMustBeFilled
public boolean isAreaCodeMustBeFilled() -
getCountryCodeData
-
setCountryCode
-
setCountryCodeName
-
setTrunkCode
-
setExitCode
-
setAreaCodeMustBeFilled
public void setAreaCodeMustBeFilled(boolean areaCodeMustBeFilled) -
hashCode
public int hashCode() -
equals
-