|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.joctopus.ui.joctopus.ChatData
public class ChatData
This bean encapsulates chat data(message,time), it is tied with single request only.
Constructor Summary | |
---|---|
ChatData()
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the value of chat message |
java.util.Date |
getTime()
Get the value of time |
boolean |
isMe()
represents wheather the data in message belongs to user of the application |
void |
setMe(boolean me)
Set the value of me |
void |
setMessage(java.lang.String message)
Set the value of chat message |
void |
setTime(java.util.Date time)
Set the value of time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChatData()
Method Detail |
---|
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- new value of messagepublic boolean isMe()
public void setMe(boolean me)
me
- new value of mepublic java.util.Date getTime()
public void setTime(java.util.Date time)
time
- new value of time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |