|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface defining the contract for interaction with the JwmaContact model.
The JwmaContact allows a view programmer to obtain information about an contact to display it for reading or editing.
Method Summary | |
java.lang.String |
getAlternateEmail()
Returns a String representing the altnerate email of this contact object. |
java.util.Date |
getBirthDate()
Returns the birthdate of this contact as Date. |
java.lang.String |
getCategory()
Returns a String representing the category of this JwmaContact. |
java.lang.String |
getComments()
Returns a String representing the comments of this contact object. |
java.lang.String |
getCompany()
Returns a String representing the company name of this contact object. |
java.lang.String |
getCompanyURL()
Returns a String representing the company URL associated with this contact object. |
java.lang.String |
getEmail()
Returns a String representing the email of this contact object. |
java.lang.String |
getFaxNumber()
Returns a String representing the fax number of this contact. |
java.lang.String |
getFirstname()
Returns a String representing the firstname of this contact object. |
java.lang.String |
getHomeCity()
Returns a String representing the city of this contact at home. |
java.lang.String |
getHomeCountry()
Returns a String representing the country of this contact at home. |
java.lang.String |
getHomePhoneNumber()
Returns a String representing the home phone number of this contact. |
java.lang.String |
getHomeRegion()
Returns a String representing the region of this contact at home. |
java.lang.String |
getHomeStreet()
Returns a String representing the street name of this contact at home. |
java.lang.String |
getHomeZIP()
Returns a String representing the ZIP of this contact at home. |
java.lang.String |
getLastname()
Returns a String representing the lastname of this contact object. |
java.lang.String |
getMiddlename()
Returns a String representing the middlename of this contact object. |
java.lang.String |
getMobileNumber()
Returns a String representing the mobile phone number of this contact. |
java.lang.String |
getNickname()
Returns a String representing the nickname of this contact object. |
java.lang.String |
getPagerNumber()
Returns a String representing the pager number of this contact. |
java.lang.String |
getRole()
Returns a String representing the role of this contact object. |
java.lang.String |
getTitle()
Returns a String representing the title of this contact object. |
java.lang.String |
getUID()
Returns the unique identifier of this JwmaContact. |
java.lang.String |
getURL()
Returns a String representing an URL associated with this contact object. |
java.lang.String |
getWorkCity()
Returns a String representing the city of this contact at work. |
java.lang.String |
getWorkCountry()
Returns a String representing the country of this contact at work. |
java.lang.String |
getWorkPhoneNumber()
Returns a String representing the work phone number of this contact. |
java.lang.String |
getWorkRegion()
Returns a String representing the region of this contact at work. |
java.lang.String |
getWorkStreet()
Returns a String representing the street name of this contact at work. |
java.lang.String |
getWorkZIP()
Returns a String representing the ZIP of this contact at work. |
boolean |
isFrequentRecipient()
Tests if this contact represents a frequent recipient. |
boolean |
isPrimarilyWorkContact()
Tests if this JwmaContact is primary a work contact. |
Method Detail |
public java.lang.String getUID()
public java.lang.String getCategory()
public java.lang.String getNickname()
Note that the nickname is used as unique identifier of a contact object within the contacts database.
JwmaContacts
public java.lang.String getFirstname()
public java.lang.String getLastname()
public java.lang.String getMiddlename()
public java.lang.String getCompany()
public java.lang.String getTitle()
public java.lang.String getRole()
public java.lang.String getHomePhoneNumber()
public java.lang.String getWorkPhoneNumber()
public java.lang.String getPagerNumber()
public java.lang.String getFaxNumber()
public java.lang.String getMobileNumber()
public boolean isPrimarilyWorkContact()
public java.lang.String getWorkStreet()
public java.lang.String getWorkCity()
public java.lang.String getWorkRegion()
public java.lang.String getWorkCountry()
public java.lang.String getWorkZIP()
public java.lang.String getHomeStreet()
public java.lang.String getHomeCity()
public java.lang.String getHomeRegion()
public java.lang.String getHomeCountry()
public java.lang.String getHomeZIP()
public java.lang.String getEmail()
public java.lang.String getAlternateEmail()
public java.lang.String getURL()
public java.lang.String getCompanyURL()
public java.lang.String getComments()
public java.util.Date getBirthDate()
public boolean isFrequentRecipient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |