Package org.opencms.gwt.shared
Class CmsBroadcastMessage
java.lang.Object
org.opencms.gwt.shared.CmsBroadcastMessage
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsBroadcastMessage
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Contains the broadcast message data.
- Since:
- 9.5.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor.CmsBroadcastMessage
(String user, String iconPath, String time, String message) Constructor. -
Method Summary
-
Constructor Details
-
CmsBroadcastMessage
Constructor.- Parameters:
user
- the usertime
- the timemessage
- the messageiconPath
- the path of the user icon
-
CmsBroadcastMessage
protected CmsBroadcastMessage()Constructor.
-
-
Method Details
-
getIcon
-
getMessage
Returns the message.- Returns:
- the message
-
getTime
Returns the time.- Returns:
- the time
-
getUser
Returns the user.- Returns:
- the user
-