|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.joctopus.ui.joctopus.ChatHistory
public class ChatHistory
This bean stores entire chat history of the user identified by user object.
Field Summary | |
---|---|
static java.lang.String |
LINE_SEPARATOR
Separator for each Chat conversation. |
Constructor Summary | |
---|---|
ChatHistory()
Default Constructor for persistance. |
Method Summary | |
---|---|
void |
addChatData(ChatData cdata)
adds chat data to chatbulk |
java.util.Vector |
getChatBulk()
Get the value of chatBulk |
Users |
getUser()
Get the value of user |
void |
setChatBulk(java.util.Vector chatBulk)
Set the value of chatBulk |
void |
setUser(Users user)
Set the value of user |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LINE_SEPARATOR
Constructor Detail |
---|
public ChatHistory()
Method Detail |
---|
public Users getUser()
public void setUser(Users user)
user
- new value of userpublic java.util.Vector getChatBulk()
public void setChatBulk(java.util.Vector chatBulk)
chatBulk
- new value of chatBulkpublic void addChatData(ChatData cdata)
cdata
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |