|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.auxilii.msgparser.attachment.MsgAttachment
public class MsgAttachment
This Attachment
implementation
represents a .msg object attachment. Instead
of storing a byte[] of the attachment, this
implementation provides an embedded
Message
object.
Constructor Summary | |
---|---|
MsgAttachment()
|
Method Summary | |
---|---|
Message |
getMessage()
|
void |
setMessage(Message message)
|
String |
toString()
Returns the String returned by Message.toString() . |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MsgAttachment()
Method Detail |
---|
public Message getMessage()
public void setMessage(Message message)
message
- the message to setpublic String toString()
Message.toString()
.
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |