|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EmailIf
The interface of an object used to describe the content of an eMail.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
The destination address of the eMail |
java.lang.String |
getBody()
The content of the eMail |
java.lang.String |
getSubject()
The subject of the eMail |
void |
setAddress(java.lang.String address)
The destination address of the eMail |
void |
setBody(java.lang.String body)
The content of the eMail |
void |
setSubject(java.lang.String subject)
The subject of the eMail |
| Method Detail |
|---|
java.lang.String getSubject()
void setSubject(java.lang.String subject)
subject - The subject to set.java.lang.String getBody()
void setBody(java.lang.String body)
body - The body to set.java.lang.String getAddress()
void setAddress(java.lang.String address)
address - The address to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||