|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for JwmaContact implementations. This is the interface any specialized implementation has to expose internal to controllers and models.
| Method Summary | |
void |
setAlternateEmail(java.lang.String email)
Sets the alternate email of this JwmaContactImpl. |
void |
setBirthDate(java.util.Date date)
Sets the birthdate of this JwmaContactImpl. |
void |
setCategory(java.lang.String category)
Set the the category of this JwmaContactImpl. |
void |
setComments(java.lang.String comments)
Sets the comments for this JwmaContactImpl. |
void |
setCompany(java.lang.String company)
Sets the company name of this JwmaContactImpl. |
void |
setCompanyURL(java.lang.String url)
Sets the company URL associated with this JwmaContactImpl. |
void |
setEmail(java.lang.String email)
Sets the email of this JwmaContactImpl. |
void |
setFaxNumber(java.lang.String number)
Sets the fax number of this JwmaContactImpl. |
void |
setFirstname(java.lang.String firstname)
Sets the firstname of this JwmaContactImpl. |
void |
setFrequentRecipient(boolean b)
Sets if this JwmaContactImpl represents a frequent mail recipient. |
void |
setHomeCity(java.lang.String city)
Sets the city of this JwmaContactImpl at home. |
void |
setHomeCountry(java.lang.String country)
Sets the country of this JwmaContactImpl at home. |
void |
setHomePhoneNumber(java.lang.String number)
Sets the home phone number of this JwmaContactImpl. |
void |
setHomeRegion(java.lang.String region)
Sets the region of this JwmaContactImpl at home. |
void |
setHomeStreet(java.lang.String street)
Sets the street name of this JwmaContactImpl at home. |
void |
setHomeZIP(java.lang.String zip)
Sets the ZIP of this JwmaContactImpl at home. |
void |
setLastname(java.lang.String lastname)
Sets the lastname of this JwmaContactImpl. |
void |
setMiddlename(java.lang.String middlename)
Sets the middlename of this JwmaContactImpl. |
void |
setMobileNumber(java.lang.String number)
Sets the mobile phone number of this JwmaContactImpl. |
void |
setNickname(java.lang.String nickname)
Sets the nickname of this JwmaContactImpl. |
void |
setPagerNumber(java.lang.String number)
Sets the pager number of this JwmaContactImpl. |
void |
setPrimarilyWorkContact(boolean b)
Sets if this JwmaContactImpl is primarily a work contact. |
void |
setRole(java.lang.String role)
Sets the organizational role of this JwmaContactImpl. |
void |
setTitle(java.lang.String title)
Sets the title of this JwmaContactImpl. |
void |
setURL(java.lang.String url)
Sets the URL associated with this JwmaContactImpl. |
void |
setWorkCity(java.lang.String city)
Sets the city of this JwmaContactImpl at work. |
void |
setWorkCountry(java.lang.String country)
Sets the country of this JwmaContactImpl at work. |
void |
setWorkPhoneNumber(java.lang.String number)
Sets the work phone number of this JwmaContactImpl. |
void |
setWorkRegion(java.lang.String region)
Sets the region of this JwmaContactImpl at work. |
void |
setWorkStreet(java.lang.String street)
Sets the street name of this JwmaContactImpl at work. |
void |
setWorkZIP(java.lang.String zip)
Sets the ZIP of this JwmaContactImpl at work. |
| Methods inherited from interface dtw.webmail.model.JwmaContact |
getAlternateEmail, getBirthDate, getCategory, getComments, getCompany, getCompanyURL, getEmail, getFaxNumber, getFirstname, getHomeCity, getHomeCountry, getHomePhoneNumber, getHomeRegion, getHomeStreet, getHomeZIP, getLastname, getMiddlename, getMobileNumber, getNickname, getPagerNumber, getRole, getTitle, getUID, getURL, getWorkCity, getWorkCountry, getWorkPhoneNumber, getWorkRegion, getWorkStreet, getWorkZIP, isFrequentRecipient, isPrimarilyWorkContact |
| Method Detail |
public void setCategory(java.lang.String category)
category - of this contact as String.public void setNickname(java.lang.String nickname)
nickname - of this contact as String.public void setFirstname(java.lang.String firstname)
firstname - of this contact as String.public void setLastname(java.lang.String lastname)
lastname - of this contact as String.public void setMiddlename(java.lang.String middlename)
middlename - of this contact as String.public void setCompany(java.lang.String company)
company - of this contact as String.public void setTitle(java.lang.String title)
title - of this contact as String.public void setRole(java.lang.String role)
public void setHomePhoneNumber(java.lang.String number)
throws JwmaException
number - the home phone number of this contact as
String.
JwmaException - if the number is an invalid format.
JwmaException
public void setWorkPhoneNumber(java.lang.String number)
throws JwmaException
number - the work phone number of this contact as String.
JwmaException - if the number is an invalid format.
JwmaException
public void setPagerNumber(java.lang.String number)
throws JwmaException
number - the pager number of this contact as String.
JwmaException - if the number is an invalid format.
JwmaException
public void setFaxNumber(java.lang.String number)
throws JwmaException
number - the fax number of this contact as String.
JwmaException - if the number is an invalid format.
JwmaException
public void setMobileNumber(java.lang.String number)
throws JwmaException
number - the mobile phone number of this contact as String.
JwmaException - if the number is an invalid format.
JwmaExceptionpublic void setPrimarilyWorkContact(boolean b)
b - true if primarily work contact, false otherwise.public void setWorkStreet(java.lang.String street)
street - the street of this contact at work as String.public void setWorkCity(java.lang.String city)
city - the city of this contact at work as String.public void setWorkRegion(java.lang.String region)
region - the region of this contact at work as String.public void setWorkCountry(java.lang.String country)
country - the country of this contact at work as String.
public void setWorkZIP(java.lang.String zip)
throws JwmaException
zip - the ZIP of this contact at work as String.
JwmaException - if the zip is an invalid format.
JwmaExceptionpublic void setHomeStreet(java.lang.String street)
street - the street of this contact at home as String.public void setHomeCity(java.lang.String city)
city - the city of this contact at home as String.public void setHomeRegion(java.lang.String region)
region - the region of this contact at home as String.public void setHomeCountry(java.lang.String country)
country - the country of this contact at home as String.
public void setHomeZIP(java.lang.String zip)
throws JwmaException
zip - the ZIP of this contact at home as String.
JwmaException - if the zip is an invalid format.
JwmaException
public void setEmail(java.lang.String email)
throws JwmaException
email - the email of this contact as String.
JwmaException - if the email is an invalid format.
JwmaException
public void setAlternateEmail(java.lang.String email)
throws JwmaException
email - the alternate email of this contact as String.
JwmaException - if the email is an invalid format.
JwmaExceptionpublic void setURL(java.lang.String url)
url - the URL associated with this contact as String.
JwmaException - if the url is an invalid format.public void setCompanyURL(java.lang.String url)
url - the company URL associated with this contact as String.
JwmaException - if the url is an invalid format.public void setComments(java.lang.String comments)
comments - the comments of this contact as String.public void setBirthDate(java.util.Date date)
date - the birthdate as Date.public void setFrequentRecipient(boolean b)
b - true if this contact represents a frequent
recipient, false otherwise.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||