|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmessaging.Message
public class Message
Represents a Message transmitted between Teamshare users.
Field Summary | |
---|---|
String |
content
The message's content, either generated by the application or input from the user (or combined) |
User |
destination
The user that receives the message in its mailbox |
User |
source
The user that sends the message |
MessageStatus |
status
The message's status, if it is read, unread etc |
MessageType |
type
The message's type, currently just invitation or ownership transfer. |
Constructor Summary | |
---|---|
Message()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public User source
public User destination
public MessageStatus status
public String content
public MessageType type
Constructor Detail |
---|
public Message()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |