Method Summary |
|
public String | getAlternateEmail() Returns a String representing the altnerate
email of this contact object. |
public Date | getBirthDate() Returns the birthdate of this contact as Date. |
public String | getCategory() Returns a String representing the category
of this JwmaContact. |
public String | getComments() Returns a String representing the comments
of this contact object. |
public String | getCompany() Returns a String representing the company name
of this contact object. |
public String | getCompanyURL() Returns a String representing the company
URL associated with this contact object. |
public String | getEmail() Returns a String representing the email
of this contact object. |
public String | getFaxNumber() Returns a String representing the fax
number of this contact. |
public String | getFirstname() Returns a String representing the firstname
of this contact object. |
public String | getHomeCity() Returns a String representing the
city of this contact at home. |
public String | getHomeCountry() Returns a String representing the
country of this contact at home. |
public String | getHomePhoneNumber() Returns a String representing the home
phone number of this contact. |
public String | getHomeRegion() Returns a String representing the
region of this contact at home. |
public String | getHomeStreet() Returns a String representing the
street name of this contact at home. |
public String | getHomeZIP() Returns a String representing the
ZIP of this contact at home. |
public String | getLastname() Returns a String representing the lastname
of this contact object. |
public String | getMiddlename() Returns a String representing the middlename
of this contact object. |
public String | getMobileNumber() Returns a String representing the mobile
phone number of this contact. |
public String | getNickname() Returns a String representing the nickname
of this contact object. |
public String | getPagerNumber() Returns a String representing the pager
number of this contact. |
public String | getRole() Returns a String representing the role
of this contact object. |
public String | getTitle() Returns a String representing the title
of this contact object. |
public String | getUID() Returns the unique identifier of this JwmaContact. |
public String | getURL() Returns a String representing an URL
associated with this contact object. |
public String | getWorkCity() Returns a String representing the
city of this contact at work. |
public String | getWorkCountry() Returns a String representing the
country of this contact at work. |
public String | getWorkPhoneNumber() Returns a String representing the work
phone number of this contact. |
public String | getWorkRegion() Returns a String representing the
region of this contact at work. |
public String | getWorkStreet() Returns a String representing the
street name of this contact at work. |
public String | getWorkZIP() Returns a String representing the
ZIP of this contact at work. |
public boolean | isFrequentRecipient() Tests if this contact represents a frequent
recipient. |
public boolean | isPrimarilyWorkContact() Tests if this JwmaContact is primary a work
contact. |