public class Contact
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Contact()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AddressList |
getAddress()
Deprecated.
Returns the
AddressList of this Contact. |
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this Contact. |
EmailList |
getEmail()
Deprecated.
Returns the
EmailList of this Contact. |
java.lang.String |
getPersonName()
Deprecated.
Returns the personName of this Contact.
|
PhoneList |
getPhone()
Deprecated.
Returns the
PhoneList of this Contact. |
java.lang.String |
getUseType()
Deprecated.
Returns the useType of this Contact.
|
void |
setAddress(AddressList address)
Deprecated.
Sets the
AddressList of this Contact. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this Contact. |
void |
setEmail(EmailList email)
Deprecated.
Sets the
EmailList of this Contact. |
void |
setPersonName(java.lang.String name)
Deprecated.
Sets the personName of this Contact.
|
void |
setPhone(PhoneList phone)
Deprecated.
Sets the
PhoneList of this Contact. |
void |
setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this Contact.
|
public DescriptionList getDescriptions()
DescriptionList
of this Contact.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this Contact.descriptions
- the DescriptionList of this Contact.public java.lang.String getPersonName()
public void setPersonName(java.lang.String name)
name
- the personName of this Contact.public PhoneList getPhone()
PhoneList
of this Contact.public void setPhone(PhoneList phone)
PhoneList
of this Contact.phone
- the PhoneList of this Contact.public EmailList getEmail()
EmailList
of this Contact.public void setEmail(EmailList email)
EmailList
of this Contact.email
- the EmailList of this Contact.public AddressList getAddress()
AddressList
of this Contact.public void setAddress(AddressList address)
AddressList
of this Contact.address
- the AddressList of this Contact.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this Contact.