|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.addressbook.EmailInfo
This class represents the email information for a contact.
Inner Class Summary | |
static class |
EmailInfo.EmailType
This class represents the email type. |
Constructor Summary | |
EmailInfo()
Constructor. |
|
EmailInfo(java.lang.String sEmail,
EmailInfo.EmailType emailType)
Constructor. |
|
EmailInfo(java.lang.String sEmail,
java.lang.String sEmailDisplay,
EmailInfo.EmailType emailType)
Constructor. |
Method Summary | |
java.lang.String |
getEmail()
Gets the email address. |
java.lang.String |
getEmailDisplay()
Gets the email display. |
EmailInfo.EmailType |
getEmailType()
Gets the type of the email. |
void |
setEmail(java.lang.String sEmail)
Sets the email address. |
void |
setEmailDisplay(java.lang.String sEmailDisplay)
Sets the email display. |
void |
setEmailType(EmailInfo.EmailType emailType)
Sets the type of the email. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmailInfo()
public EmailInfo(java.lang.String sEmail, EmailInfo.EmailType emailType)
sEmail
- the email addressemailType
- the email typepublic EmailInfo(java.lang.String sEmail, java.lang.String sEmailDisplay, EmailInfo.EmailType emailType)
sEmail
- the email addresssEmailDisplay
- the email displayemailType
- the email typeMethod Detail |
public java.lang.String getEmail()
public void setEmail(java.lang.String sEmail)
sEmail
- the email addresspublic java.lang.String getEmailDisplay()
public void setEmailDisplay(java.lang.String sEmailDisplay)
sEmailDisplay
- the email displaypublic EmailInfo.EmailType getEmailType()
public void setEmailType(EmailInfo.EmailType emailType)
emailType
- the email type (may not be null
)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |