|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_Email
public class J_Email
The interface of an object used to describe the content of an eMail.
| Constructor Summary | |
|---|---|
J_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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_Email()
| Method Detail |
|---|
public java.lang.String getSubject()
public void setSubject(java.lang.String _subject)
_subject - The subject to set.public java.lang.String getBody()
public void setBody(java.lang.String _body)
_body - The body to set.public java.lang.String getAddress()
public 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 | ||||||||