Interface PhoneNumberInterface
- All Known Subinterfaces:
PhoneNumberExtendedInterface
- All Known Implementing Classes:
PhoneNumberData
public interface PhoneNumberInterface
phone number data interface.
- Author:
- Manfred Tremmel
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAreaCode(String pareaCode) voidsetCountryCode(String pcountryCode) voidsetExtension(String pextension) voidsetLineNumber(String plineNumber)