|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.pbemengine.engine.ng.blueprint.Report
public class Report
Representation of a player report that can easily be converted to an e-mail
| Constructor Summary | |
|---|---|
Report(java.lang.String senderMail,
java.lang.String receiverMail,
java.lang.String subject,
MailPart body)
Create a new report with the indicated sender, receiver, subject and body |
|
| Method Summary | |
|---|---|
void |
addAttachment(MailPart part)
Add an attachment of this e-mail |
java.util.List<MailPart> |
getAttachments()
Get a list of all attachments |
MailPart |
getBody()
Get the body of the e-mail |
java.lang.String |
getReceiverMail()
Get the intended receiver of this report |
java.lang.String |
getSenderMail()
Get the sender of this report |
java.lang.String |
getSubject()
The subject of the report |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report(java.lang.String senderMail,
java.lang.String receiverMail,
java.lang.String subject,
MailPart body)
senderMail - The e-mail address of the senderreceiverMail - The e-mail address of the receiversubject - The subject of the e-mailbody - The body of the e-mail| Method Detail |
|---|
public MailPart getBody()
public java.lang.String getReceiverMail()
public java.lang.String getSenderMail()
public java.lang.String getSubject()
public java.util.List<MailPart> getAttachments()
public void addAttachment(MailPart part)
part - The attachment to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||