|
||||||||||
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 JwmaContact
public void setCategory(java.lang.String category)
JwmaContactImpl
setCategory
in interface JwmaContactImpl
category
- of this contact as String.public java.lang.String getNickname()
JwmaContact
Note that the nickname is used as unique identifier of a contact object within the contacts database.
getNickname
in interface JwmaContact
JwmaContacts
public void setNickname(java.lang.String nickname)
JwmaContactImpl
setNickname
in interface JwmaContactImpl
nickname
- of this contact as String.public java.lang.String getFirstname()
JwmaContact
getFirstname
in interface JwmaContact
public void setFirstname(java.lang.String name)
JwmaContactImpl
setFirstname
in interface JwmaContactImpl
name
- of this contact as String.public java.lang.String getLastname()
JwmaContact
getLastname
in interface JwmaContact
public void setLastname(java.lang.String name)
JwmaContactImpl
setLastname
in interface JwmaContactImpl
name
- of this contact as String.public java.lang.String getMiddlename()
JwmaContact
getMiddlename
in interface JwmaContact
public void setMiddlename(java.lang.String name)
JwmaContactImpl
setMiddlename
in interface JwmaContactImpl
name
- of this contact as String.public java.lang.String getCompany()
JwmaContact
getCompany
in interface JwmaContact
public void setCompany(java.lang.String name)
JwmaContactImpl
setCompany
in interface JwmaContactImpl
name
- of this contact as String.public java.lang.String getTitle()
JwmaContact
getTitle
in interface JwmaContact
public void setTitle(java.lang.String title)
JwmaContactImpl
setTitle
in interface JwmaContactImpl
title
- of this contact as String.public java.lang.String getRole()
JwmaContact
getRole
in interface JwmaContact
public void setRole(java.lang.String role)
JwmaContactImpl
setRole
in interface JwmaContactImpl
public java.lang.String getHomePhoneNumber()
JwmaContact
getHomePhoneNumber
in interface JwmaContact
public void setHomePhoneNumber(java.lang.String number)
JwmaContactImpl
setHomePhoneNumber
in interface JwmaContactImpl
number
- the home phone number of this contact as
String.public java.lang.String getWorkPhoneNumber()
JwmaContact
getWorkPhoneNumber
in interface JwmaContact
public void setWorkPhoneNumber(java.lang.String number)
JwmaContactImpl
setWorkPhoneNumber
in interface JwmaContactImpl
number
- the work phone number of this contact as String.public java.lang.String getPagerNumber()
JwmaContact
getPagerNumber
in interface JwmaContact
public void setPagerNumber(java.lang.String number)
JwmaContactImpl
setPagerNumber
in interface JwmaContactImpl
number
- the pager number of this contact as String.public java.lang.String getFaxNumber()
JwmaContact
getFaxNumber
in interface JwmaContact
public void setFaxNumber(java.lang.String number)
JwmaContactImpl
setFaxNumber
in interface JwmaContactImpl
number
- the fax number of this contact as String.public java.lang.String getMobileNumber()
JwmaContact
getMobileNumber
in interface JwmaContact
public void setMobileNumber(java.lang.String number)
JwmaContactImpl
setMobileNumber
in interface JwmaContactImpl
number
- the mobile phone number of this contact as String.public boolean isPrimarilyWorkContact()
JwmaContact
isPrimarilyWorkContact
in interface JwmaContact
public void setPrimarilyWorkContact(boolean b)
JwmaContactImpl
setPrimarilyWorkContact
in interface JwmaContactImpl
b
- true if primarily work contact, false otherwise.public java.lang.String getWorkStreet()
JwmaContact
getWorkStreet
in interface JwmaContact
public void setWorkStreet(java.lang.String street)
JwmaContactImpl
setWorkStreet
in interface JwmaContactImpl
street
- the street of this contact at work as String.public java.lang.String getWorkCity()
JwmaContact
getWorkCity
in interface JwmaContact
public void setWorkCity(java.lang.String city)
JwmaContactImpl
setWorkCity
in interface JwmaContactImpl
city
- the city of this contact at work as String.public java.lang.String getWorkRegion()
JwmaContact
getWorkRegion
in interface JwmaContact
public void setWorkRegion(java.lang.String region)
JwmaContactImpl
setWorkRegion
in interface JwmaContactImpl
region
- the region of this contact at work as String.public java.lang.String getWorkCountry()
JwmaContact
getWorkCountry
in interface JwmaContact
public void setWorkCountry(java.lang.String country)
JwmaContactImpl
setWorkCountry
in interface JwmaContactImpl
country
- the country of this contact at work as String.public java.lang.String getWorkZIP()
JwmaContact
getWorkZIP
in interface JwmaContact
public void setWorkZIP(java.lang.String zip)
JwmaContactImpl
setWorkZIP
in interface JwmaContactImpl
zip
- the ZIP of this contact at work as String.public java.lang.String getHomeStreet()
JwmaContact
getHomeStreet
in interface JwmaContact
public void setHomeStreet(java.lang.String street)
JwmaContactImpl
setHomeStreet
in interface JwmaContactImpl
street
- the street of this contact at home as String.public java.lang.String getHomeCity()
JwmaContact
getHomeCity
in interface JwmaContact
public void setHomeCity(java.lang.String city)
JwmaContactImpl
setHomeCity
in interface JwmaContactImpl
city
- the city of this contact at home as String.public java.lang.String getHomeRegion()
JwmaContact
getHomeRegion
in interface JwmaContact
public void setHomeRegion(java.lang.String region)
JwmaContactImpl
setHomeRegion
in interface JwmaContactImpl
region
- the region of this contact at home as String.public java.lang.String getHomeCountry()
JwmaContact
getHomeCountry
in interface JwmaContact
public void setHomeCountry(java.lang.String country)
JwmaContactImpl
setHomeCountry
in interface JwmaContactImpl
country
- the country of this contact at home as String.public java.lang.String getHomeZIP()
JwmaContact
getHomeZIP
in interface JwmaContact
public void setHomeZIP(java.lang.String zip)
JwmaContactImpl
setHomeZIP
in interface JwmaContactImpl
zip
- the ZIP of this contact at home as String.public java.lang.String getEmail()
JwmaContact
getEmail
in interface JwmaContact
public void setEmail(java.lang.String email)
JwmaContactImpl
setEmail
in interface JwmaContactImpl
email
- the email of this contact as String.public java.lang.String getAlternateEmail()
JwmaContact
getAlternateEmail
in interface JwmaContact
public void setAlternateEmail(java.lang.String email)
JwmaContactImpl
setAlternateEmail
in interface JwmaContactImpl
email
- the alternate email of this contact as String.public java.lang.String getURL()
JwmaContact
getURL
in interface JwmaContact
public void setURL(java.lang.String url)
JwmaContactImpl
setURL
in interface JwmaContactImpl
url
- the URL associated with this contact as String.public java.lang.String getCompanyURL()
JwmaContact
getCompanyURL
in interface JwmaContact
public void setCompanyURL(java.lang.String url)
JwmaContactImpl
setCompanyURL
in interface JwmaContactImpl
url
- the company URL associated with this contact as String.public java.lang.String getComments()
JwmaContact
getComments
in interface JwmaContact
public void setComments(java.lang.String comments)
JwmaContactImpl
setComments
in interface JwmaContactImpl
comments
- the comments of this contact as String.public java.util.Date getBirthDate()
JwmaContact
getBirthDate
in interface JwmaContact
public void setBirthDate(java.util.Date date)
JwmaContactImpl
setBirthDate
in interface JwmaContactImpl
date
- the birthdate as Date.public boolean isFrequentRecipient()
JwmaContact
isFrequentRecipient
in interface JwmaContact
public void setFrequentRecipient(boolean b)
JwmaContactImpl
setFrequentRecipient
in interface JwmaContactImpl
b
- true if this contact represents a frequent
recipient, false otherwise.public long jdoGetTimeStamp()
jdoGetTimeStamp
in interface org.exolab.castor.jdo.TimeStampable
public 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 |