|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hupa.shared.data.MessageDetails
public class MessageDetails
| Constructor Summary | |
|---|---|
MessageDetails()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ArrayList<MessageAttachment> |
getMessageAttachments()
Return the attachments |
String |
getRawHeader()
Return a raw String representation of the header |
String |
getText()
Return the body text of the content |
long |
getUid()
|
int |
hashCode()
|
void |
setMessageAttachments(ArrayList<MessageAttachment> aList)
Set the attachments |
void |
setRawHeader(String raw)
Set a raw String representation of the header |
void |
setText(String text)
Set the body text of the content |
void |
setUid(long uid)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageDetails()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic long getUid()
public void setUid(long uid)
public void setRawHeader(String raw)
raw - public String getRawHeader()
public void setText(String text)
text - public String getText()
public void setMessageAttachments(ArrayList<MessageAttachment> aList)
aList - public ArrayList<MessageAttachment> getMessageAttachments()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||