Method Summary |
|
public void | setAlternateEmail(String email) Sets the alternate email of this JwmaContactImpl.
Parameters: email - the alternate email of this contact as String. |
public void | setBirthDate(Date date) Sets the birthdate of this JwmaContactImpl. |
public void | setCategory(String category) Set the the category of this JwmaContactImpl. |
public void | setComments(String comments) Sets the comments for this JwmaContactImpl. |
public void | setCompany(String company) Sets the company name of this JwmaContactImpl. |
public void | setCompanyURL(String url) Sets the company URL associated with this JwmaContactImpl.
Parameters: url - the company URL associated with this contact as String. |
public void | setEmail(String email) Sets the email of this JwmaContactImpl.
Parameters: email - the email of this contact as String. |
public void | setFaxNumber(String number) Sets the fax number of this JwmaContactImpl.
Parameters: number - the fax number of this contact as String. |
public void | setFirstname(String firstname) Sets the firstname of this JwmaContactImpl. |
public void | setFrequentRecipient(boolean b) Sets if this JwmaContactImpl represents a frequent
mail recipient. |
public void | setHomeCity(String city) Sets the city of this JwmaContactImpl at home. |
public void | setHomeCountry(String country) Sets the country of this JwmaContactImpl at home. |
public void | setHomePhoneNumber(String number) Sets the home phone number of this JwmaContactImpl.
Parameters: number - the home phone number of this contact asString. |
public void | setHomeRegion(String region) Sets the region of this JwmaContactImpl at home. |
public void | setHomeStreet(String street) Sets the street name of this JwmaContactImpl at home. |
public void | setHomeZIP(String zip) Sets the ZIP of this JwmaContactImpl at home.
Parameters: zip - the ZIP of this contact at home as String. |
public void | setLastname(String lastname) Sets the lastname of this JwmaContactImpl. |
public void | setMiddlename(String middlename) Sets the middlename of this JwmaContactImpl. |
public void | setMobileNumber(String number) Sets the mobile phone number of this JwmaContactImpl.
Parameters: number - the mobile phone number of this contact as String. |
public void | setNickname(String nickname) Sets the nickname of this JwmaContactImpl. |
public void | setPagerNumber(String number) Sets the pager number of this JwmaContactImpl.
Parameters: number - the pager number of this contact as String. |
public void | setPrimarilyWorkContact(boolean b) Sets if this JwmaContactImpl is primarily a work
contact. |
public void | setRole(String role) Sets the organizational role of this JwmaContactImpl. |
public void | setTitle(String title) Sets the title of this JwmaContactImpl. |
public void | setURL(String url) Sets the URL associated with this JwmaContactImpl.
Parameters: url - the URL associated with this contact as String. |
public void | setWorkCity(String city) Sets the city of this JwmaContactImpl at work. |
public void | setWorkCountry(String country) Sets the country of this JwmaContactImpl at work. |
public void | setWorkPhoneNumber(String number) Sets the work phone number of this JwmaContactImpl.
Parameters: number - the work phone number of this contact as String. |
public void | setWorkRegion(String region) Sets the region of this JwmaContactImpl at work. |
public void | setWorkStreet(String street) Sets the street name of this JwmaContactImpl at work. |
public void | setWorkZIP(String zip) Sets the ZIP of this JwmaContactImpl at work.
Parameters: zip - the ZIP of this contact at work as String. |