public class Contact extends ContactUid
| Constructor and Description |
|---|
Contact()
Default Constructor
|
Contact(java.lang.String contactId)
Constructor used by implementation to set the Contact.
|
| Modifier and Type | Method and Description |
|---|---|
ContactAddress[] |
getContactAddresses()
Returns all the addresses of the Contact
|
ContactEmail[] |
getContactEmails()
Returns all the emails of the Contact
|
ContactPhone[] |
getContactPhones()
Returns all the phones of the Contact
|
ContactSocial[] |
getContactSocials()
Returns all the social network info of the Contact
|
ContactTag[] |
getContactTags()
Returns the additional tags of the Contact
|
ContactWebsite[] |
getContactWebsites()
Returns all the websites of the Contact
|
ContactPersonalInfo |
getPersonalInfo()
Returns the personal info of the Contact
|
ContactProfessionalInfo |
getProfessionalInfo()
Returns the professional info of the Contact
|
void |
setContactAddresses(ContactAddress[] contactAddresses)
Set the addresses of the Contact
|
void |
setContactEmails(ContactEmail[] contactEmails)
Set the emails of the Contact
|
void |
setContactPhones(ContactPhone[] contactPhones)
Set the phones of the Contact
|
void |
setContactSocials(ContactSocial[] contactSocials)
Set the social network info of the Contact
|
void |
setContactTags(ContactTag[] contactTags)
Set the additional tags of the Contact
|
void |
setContactWebsites(ContactWebsite[] contactWebsites)
Set the websites of the Contact
|
void |
setPersonalInfo(ContactPersonalInfo personalInfo)
Set the personal info of the Contact
|
void |
setProfessionalInfo(ContactProfessionalInfo professionalInfo)
Set the professional info of the Contact
|
getContactId, setContactIdpublic Contact()
public Contact(java.lang.String contactId)
contactId - of the Contactpublic ContactAddress[] getContactAddresses()
public void setContactAddresses(ContactAddress[] contactAddresses)
contactAddresses - Addresses of the contactpublic ContactEmail[] getContactEmails()
public void setContactEmails(ContactEmail[] contactEmails)
contactEmails - Emails of the contactpublic ContactPhone[] getContactPhones()
public void setContactPhones(ContactPhone[] contactPhones)
contactPhones - Phones of the contactpublic ContactSocial[] getContactSocials()
public void setContactSocials(ContactSocial[] contactSocials)
contactSocials - Social Networks of the contactpublic ContactTag[] getContactTags()
public void setContactTags(ContactTag[] contactTags)
contactTags - Tags of the contactpublic ContactWebsite[] getContactWebsites()
public void setContactWebsites(ContactWebsite[] contactWebsites)
contactWebsites - Websites of the contactpublic ContactPersonalInfo getPersonalInfo()
public void setPersonalInfo(ContactPersonalInfo personalInfo)
personalInfo - Personal Informationpublic ContactProfessionalInfo getProfessionalInfo()
public void setProfessionalInfo(ContactProfessionalInfo professionalInfo)
professionalInfo - Professional Information