|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--au.edu.swin.synergy.plugin.mailclient.BMessage
The representation of a message (BMail) being sent by a user on the system, either via SMTP or a Direct message to other logged on users
| Constructor Summary | |
BMessage(String sender,
BStringList receivers)
Creates a new BMailCE with the sender and receivers specified |
|
| Method Summary | |
String |
getDateMessage()
Returns the date & time the message was sent, contained in a string |
String |
getMessage()
Get the message |
BStringList |
getReceivers()
Get the intended receivers of the message |
String |
getSender()
Get the sender of the message |
String |
getSubject()
Get the subject of the message |
void |
setMessage(String message)
Set the message being represeneted |
void |
setSender(String sender)
|
void |
setSubject(String subject)
Set the subject for the message |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public BMessage(String sender,
BStringList receivers)
the - sender of the messagethe - receivers fo the message
Please complete the missing tags for BMailCE| Method Detail |
public String getSender()
- public void setSender(String sender)
public BStringList getReceivers()
- public String getSubject()
- public String getMessage()
- public void setMessage(String message)
the - message
Please complete the missing tags for setMessagepublic void setSubject(String subject)
the - subject for the message
Please complete the missing tags for setSubjectpublic String toString()
public String getDateMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||