|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
This object describes a single message in the user inbox.
| Method Summary | |
|---|---|
String |
getId()
The unique of the message. |
Date |
getModificationDate()
The modification date . |
String |
getModificationType()
The modification type . |
String |
getPath()
The path . |
String |
getReason()
The reason . |
String |
getReasonId()
The reason id . |
String |
getTopic()
The topic . |
String |
getUserId()
The user id . |
boolean |
isRead()
Is the message aleady read? . |
void |
save()
Save the changes. |
void |
setIsRead(boolean value)
Is the message aleady read? . |
void |
setModificationDate(Date value)
The modification date . |
void |
setModificationType(String value)
The modification type . |
void |
setPath(String value)
The path . |
void |
setReason(String value)
The reason . |
void |
setReasonId(String value)
The reason id . |
void |
setTopic(String value)
Change the topic. |
void |
setUserId(String value)
The user id . |
| Method Detail |
|---|
String getId()
String getTopic()
void setTopic(String value)
String getModificationType()
void setModificationType(String value)
String getPath()
void setPath(String value)
Date getModificationDate()
void setModificationDate(Date value)
boolean isRead()
void setIsRead(boolean value)
String getReason()
void setReason(String value)
String getReasonId()
void setReasonId(String value)
String getUserId()
void setUserId(String value)
void save()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||