org.powertac.visualizer.user
Class ChatBean

java.lang.Object
  extended by org.powertac.visualizer.user.ChatBean
All Implemented Interfaces:
Serializable

public class ChatBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChatBean(ChatGlobal chatGlobal)
           
 
Method Summary
 String getMsg()
           
 String getName()
           
 void sendMsg()
           
 void setMsg(String msg)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatBean

@Autowired
public ChatBean(ChatGlobal chatGlobal)
Method Detail

setMsg

public void setMsg(String msg)

getMsg

public String getMsg()

getName

public String getName()

setName

public void setName(String name)

sendMsg

public void sendMsg()


Copyright © 2013 Power TAC. All Rights Reserved.