public class MessageRoomModelBean extends Object implements Serializable
MessageRoomModelBean.| Constructor and Description |
|---|
MessageRoomModelBean(String chatRoomName,
IUser<?> user,
String message,
Byte[] data)
Instantiates a new message room model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChatRoomName()
Gets the chat room name.
|
Byte[] |
getData()
Gets the data.
|
Date |
getDate()
Gets the date.
|
String |
getMessage()
Gets the message.
|
IUser<?> |
getUser()
Gets the user.
|
void |
setData(Byte[] data)
Sets the data.
|
void |
setMessage(String message)
Sets the message.
|
public String getChatRoomName()
public Byte[] getData()
public Date getDate()
public String getMessage()
public IUser<?> getUser()
public void setData(Byte[] data)
data - the new datapublic void setMessage(String message)
message - the new messageCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.