|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--dtw.webmail.util.AbstractIdentifiable
|
+--dtw.webmail.util.AssociatedAbstractIdentifiable
|
+--dtw.webmail.plugin.std.CastorContact
Class implementing a specialized JwmaContactImpl for being persisted with the Castor Plugins.
| Field Summary |
| Fields inherited from interface org.exolab.castor.jdo.TimeStampable |
NO_TIMESTAMP |
| Constructor Summary | |
CastorContact()
|
|
| 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 |
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. |
long |
jdoGetTimeStamp()
|
void |
jdoSetTimeStamp(long timeStamp)
|
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 name)
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 name)
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 name)
Sets the lastname of this JwmaContactImpl. |
void |
setMiddlename(java.lang.String name)
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 class dtw.webmail.util.AssociatedAbstractIdentifiable |
getAssociatorUID, isAssociated, resetAssociatorUID, setAssociatorUID |
| Methods inherited from class dtw.webmail.util.AbstractIdentifiable |
equals, getUID, setUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface dtw.webmail.model.JwmaContact |
getUID |
| Constructor Detail |
public CastorContact()
| Method Detail |
public java.lang.String getCategory()
JwmaContact
getCategory in interface JwmaContactpublic void setCategory(java.lang.String category)
JwmaContactImpl
setCategory in interface JwmaContactImplcategory - of this contact as String.public java.lang.String getNickname()
JwmaContactNote that the nickname is used as unique identifier of a contact object within the contacts database.
getNickname in interface JwmaContactJwmaContactspublic void setNickname(java.lang.String nickname)
JwmaContactImpl
setNickname in interface JwmaContactImplnickname - of this contact as String.public java.lang.String getFirstname()
JwmaContact
getFirstname in interface JwmaContactpublic void setFirstname(java.lang.String name)
JwmaContactImpl
setFirstname in interface JwmaContactImplname - of this contact as String.public java.lang.String getLastname()
JwmaContact
getLastname in interface JwmaContactpublic void setLastname(java.lang.String name)
JwmaContactImpl
setLastname in interface JwmaContactImplname - of this contact as String.public java.lang.String getMiddlename()
JwmaContact
getMiddlename in interface JwmaContactpublic void setMiddlename(java.lang.String name)
JwmaContactImpl
setMiddlename in interface JwmaContactImplname - of this contact as String.public java.lang.String getCompany()
JwmaContact
getCompany in interface JwmaContactpublic void setCompany(java.lang.String name)
JwmaContactImpl
setCompany in interface JwmaContactImplname - of this contact as String.public java.lang.String getTitle()
JwmaContact
getTitle in interface JwmaContactpublic void setTitle(java.lang.String title)
JwmaContactImpl
setTitle in interface JwmaContactImpltitle - of this contact as String.public java.lang.String getRole()
JwmaContact
getRole in interface JwmaContactpublic void setRole(java.lang.String role)
JwmaContactImpl
setRole in interface JwmaContactImplpublic java.lang.String getHomePhoneNumber()
JwmaContact
getHomePhoneNumber in interface JwmaContactpublic void setHomePhoneNumber(java.lang.String number)
JwmaContactImpl
setHomePhoneNumber in interface JwmaContactImplnumber - the home phone number of this contact as
String.public java.lang.String getWorkPhoneNumber()
JwmaContact
getWorkPhoneNumber in interface JwmaContactpublic void setWorkPhoneNumber(java.lang.String number)
JwmaContactImpl
setWorkPhoneNumber in interface JwmaContactImplnumber - the work phone number of this contact as String.public java.lang.String getPagerNumber()
JwmaContact
getPagerNumber in interface JwmaContactpublic void setPagerNumber(java.lang.String number)
JwmaContactImpl
setPagerNumber in interface JwmaContactImplnumber - the pager number of this contact as String.public java.lang.String getFaxNumber()
JwmaContact
getFaxNumber in interface JwmaContactpublic void setFaxNumber(java.lang.String number)
JwmaContactImpl
setFaxNumber in interface JwmaContactImplnumber - the fax number of this contact as String.public java.lang.String getMobileNumber()
JwmaContact
getMobileNumber in interface JwmaContactpublic void setMobileNumber(java.lang.String number)
JwmaContactImpl
setMobileNumber in interface JwmaContactImplnumber - the mobile phone number of this contact as String.public boolean isPrimarilyWorkContact()
JwmaContact
isPrimarilyWorkContact in interface JwmaContactpublic void setPrimarilyWorkContact(boolean b)
JwmaContactImpl
setPrimarilyWorkContact in interface JwmaContactImplb - true if primarily work contact, false otherwise.public java.lang.String getWorkStreet()
JwmaContact
getWorkStreet in interface JwmaContactpublic void setWorkStreet(java.lang.String street)
JwmaContactImpl
setWorkStreet in interface JwmaContactImplstreet - the street of this contact at work as String.public java.lang.String getWorkCity()
JwmaContact
getWorkCity in interface JwmaContactpublic void setWorkCity(java.lang.String city)
JwmaContactImpl
setWorkCity in interface JwmaContactImplcity - the city of this contact at work as String.public java.lang.String getWorkRegion()
JwmaContact
getWorkRegion in interface JwmaContactpublic void setWorkRegion(java.lang.String region)
JwmaContactImpl
setWorkRegion in interface JwmaContactImplregion - the region of this contact at work as String.public java.lang.String getWorkCountry()
JwmaContact
getWorkCountry in interface JwmaContactpublic void setWorkCountry(java.lang.String country)
JwmaContactImpl
setWorkCountry in interface JwmaContactImplcountry - the country of this contact at work as String.public java.lang.String getWorkZIP()
JwmaContact
getWorkZIP in interface JwmaContactpublic void setWorkZIP(java.lang.String zip)
JwmaContactImpl
setWorkZIP in interface JwmaContactImplzip - the ZIP of this contact at work as String.public java.lang.String getHomeStreet()
JwmaContact
getHomeStreet in interface JwmaContactpublic void setHomeStreet(java.lang.String street)
JwmaContactImpl
setHomeStreet in interface JwmaContactImplstreet - the street of this contact at home as String.public java.lang.String getHomeCity()
JwmaContact
getHomeCity in interface JwmaContactpublic void setHomeCity(java.lang.String city)
JwmaContactImpl
setHomeCity in interface JwmaContactImplcity - the city of this contact at home as String.public java.lang.String getHomeRegion()
JwmaContact
getHomeRegion in interface JwmaContactpublic void setHomeRegion(java.lang.String region)
JwmaContactImpl
setHomeRegion in interface JwmaContactImplregion - the region of this contact at home as String.public java.lang.String getHomeCountry()
JwmaContact
getHomeCountry in interface JwmaContactpublic void setHomeCountry(java.lang.String country)
JwmaContactImpl
setHomeCountry in interface JwmaContactImplcountry - the country of this contact at home as String.public java.lang.String getHomeZIP()
JwmaContact
getHomeZIP in interface JwmaContactpublic void setHomeZIP(java.lang.String zip)
JwmaContactImpl
setHomeZIP in interface JwmaContactImplzip - the ZIP of this contact at home as String.public java.lang.String getEmail()
JwmaContact
getEmail in interface JwmaContactpublic void setEmail(java.lang.String email)
JwmaContactImpl
setEmail in interface JwmaContactImplemail - the email of this contact as String.public java.lang.String getAlternateEmail()
JwmaContact
getAlternateEmail in interface JwmaContactpublic void setAlternateEmail(java.lang.String email)
JwmaContactImpl
setAlternateEmail in interface JwmaContactImplemail - the alternate email of this contact as String.public java.lang.String getURL()
JwmaContact
getURL in interface JwmaContactpublic void setURL(java.lang.String url)
JwmaContactImpl
setURL in interface JwmaContactImplurl - the URL associated with this contact as String.public java.lang.String getCompanyURL()
JwmaContact
getCompanyURL in interface JwmaContactpublic void setCompanyURL(java.lang.String url)
JwmaContactImpl
setCompanyURL in interface JwmaContactImplurl - the company URL associated with this contact as String.public java.lang.String getComments()
JwmaContact
getComments in interface JwmaContactpublic void setComments(java.lang.String comments)
JwmaContactImpl
setComments in interface JwmaContactImplcomments - the comments of this contact as String.public java.util.Date getBirthDate()
JwmaContact
getBirthDate in interface JwmaContactpublic void setBirthDate(java.util.Date date)
JwmaContactImpl
setBirthDate in interface JwmaContactImpldate - the birthdate as Date.public boolean isFrequentRecipient()
JwmaContact
isFrequentRecipient in interface JwmaContactpublic void setFrequentRecipient(boolean b)
JwmaContactImpl
setFrequentRecipient in interface JwmaContactImplb - true if this contact represents a frequent
recipient, false otherwise.public long jdoGetTimeStamp()
jdoGetTimeStamp in interface org.exolab.castor.jdo.TimeStampablepublic void jdoSetTimeStamp(long timeStamp)
jdoSetTimeStamp in interface org.exolab.castor.jdo.TimeStampable
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||