|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hupa.shared.data.MessageAttachment
public class MessageAttachment
Attachment of a message
Constructor Summary | |
---|---|
MessageAttachment()
|
Method Summary | |
---|---|
String |
getContentType()
Return the content-type of the attachment |
String |
getName()
Return the name of the attachment |
int |
getSize()
Return the content size in bytes |
void |
setContentType(String cType)
Set the content-type of the attachment |
void |
setName(String name)
Set the name of the attachment |
void |
setSize(int size)
Set the content size in bytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageAttachment()
Method Detail |
---|
public void setName(String name)
name
- public String getName()
public void setContentType(String cType)
cType
- public String getContentType()
public void setSize(int size)
size
- public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |