public class Phone
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Phone()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPhoneText()
Deprecated.
Returns the phone number of this Phone.
|
java.lang.String |
getUseType()
Deprecated.
Returns the useType of this Phone.
|
void |
setPhoneText(java.lang.String phoneText)
Deprecated.
Sets the phone number of this Phone.
|
void |
setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this Phone.
|
public java.lang.String getPhoneText()
public void setPhoneText(java.lang.String phoneText)
phoneText
- the phone number of this Phone.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this Phone.