public class ContactPhone extends APIBean
| Constructor and Description |
|---|
ContactPhone()
Default constructor
|
ContactPhone(java.lang.String phone,
ContactPhoneType phoneType)
Constructor used by implementation to set the contact Phone
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPhone()
Returns the phone number
|
ContactPhoneType |
getPhoneType()
Returns the phone phoneType
|
void |
setPhone(java.lang.String phone)
Set the phone number
|
void |
setPhoneType(ContactPhoneType phoneType)
Set the phoneType of the phone number
|
public ContactPhone()
public ContactPhone(java.lang.String phone,
ContactPhoneType phoneType)
phone - Phone numberphoneType - Type of Phone numberpublic ContactPhoneType getPhoneType()
public void setPhoneType(ContactPhoneType phoneType)
phoneType - Type of Phone numberpublic java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone - number