|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a mail address.
Method Summary | |
java.lang.String |
getAddress()
Gets the address. |
java.lang.String |
getFullAddress()
Gets the full address of this mail address. |
java.lang.String |
getName()
Gets the personal name of the mail address. |
void |
setAddress(java.lang.String sAddress)
Sets the address. |
void |
setName(java.lang.String sName)
Sets the personal name of the mail address. |
void |
validate()
Validates the mail address for format. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String sName)
sName
- the personal name of the mail addresspublic java.lang.String getAddress()
public void setAddress(java.lang.String sAddress)
sAddress
- the addresspublic void validate() throws MailException
public java.lang.String getFullAddress()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |