public class ContactEntity
extends java.lang.Object
| Constructor and Description |
|---|
ContactEntity()
Initializes a new instance of the ContactEntity class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAddresses()
Gets a list of addresses.
|
java.lang.String |
getAssistantPhone()
Gets the telephone number as the assistant's telephone number.
|
java.lang.String |
getBusinessFax()
Gets the telephone number as a business fax number.
|
java.lang.String |
getBusinessName()
Gets the name of a business.
|
java.lang.String |
getBusinessPhone()
Gets the telephone number as a business telephone number.
|
java.lang.String |
getBusinessPhone2()
Gets the telephone number as a second business telephone number.
|
java.lang.String |
getCallbackPhone()
Gets the telephone number as a callback number.
|
java.lang.String |
getCarPhone()
Gets the telephone number as a car telephone number.
|
java.lang.String |
getCompanyPhone()
Gets the telephone number as the company's telephone number.
|
java.lang.String |
getDisplayName()
Gets the display name of a contact.
|
java.util.List<java.lang.String> |
getEmailAddresses()
Gets a list of email addresses.
|
java.lang.String |
getHomeFax()
Gets the telephone number as a home fax number.
|
java.lang.String |
getHomePhone()
Gets the telephone number as a home telephone number.
|
java.lang.String |
getHomePhone2()
Gets the telephone number as a second home telephone number.
|
java.lang.String |
getIsdn()
Gets the telephone number as an Integrated Services Digital Network (ISDN) line.
|
java.lang.String |
getMobilePhone()
Gets the telephone number as a mobile phone number.
|
java.lang.String |
getOtherFax()
Gets the telephone number as another fax number.
|
java.lang.String |
getOtherPhone()
Gets the telephone number as another telephone number.
|
java.lang.String |
getPager()
Gets the telephone number as a pager.
|
java.lang.String |
getPersonName()
Gets the name of an individual.
|
Position |
getPosition()
Gets the position of the entity.
|
java.lang.String |
getPrimaryPhone()
Gets the telephone number as the primary telephone number.
|
java.lang.String |
getRadioPhone()
Gets the telephone number as a radio telephone.
|
java.lang.String |
getTelex()
Gets the telephone number as a telex telephone number.
|
java.lang.String |
getTtyTddPhone()
Gets the telephone number as a telex telephone number.
|
java.util.List<java.lang.String> |
getUrls()
Gets a list of URLs.
|
public ContactEntity()
public Position getPosition()
public java.lang.String getPersonName()
public java.lang.String getBusinessName()
public java.lang.String getDisplayName()
public java.util.List<java.lang.String> getUrls()
public java.util.List<java.lang.String> getEmailAddresses()
public java.util.List<java.lang.String> getAddresses()
public java.lang.String getAssistantPhone()
public java.lang.String getBusinessFax()
public java.lang.String getBusinessPhone()
public java.lang.String getBusinessPhone2()
public java.lang.String getCallbackPhone()
public java.lang.String getCarPhone()
public java.lang.String getCompanyPhone()
public java.lang.String getHomeFax()
public java.lang.String getHomePhone()
public java.lang.String getHomePhone2()
public java.lang.String getIsdn()
public java.lang.String getMobilePhone()
public java.lang.String getOtherFax()
public java.lang.String getOtherPhone()
public java.lang.String getPager()
public java.lang.String getPrimaryPhone()
public java.lang.String getRadioPhone()
public java.lang.String getTelex()
public java.lang.String getTtyTddPhone()