Class SuccessMessage
- java.lang.Object
-
- org.silverpeas.core.notification.message.AbstractMessage
-
- org.silverpeas.core.notification.message.SuccessMessage
-
- All Implemented Interfaces:
Message
public class SuccessMessage extends AbstractMessage
User: Yohann Chastagnier Date: 07/11/13
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SuccessMessage(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageType
getType()
Gets the type of the message.-
Methods inherited from class org.silverpeas.core.notification.message.AbstractMessage
equals, getContent, getDisplayLiveTime, hashCode, setDisplayLiveTime
-
-
-
-
Constructor Detail
-
SuccessMessage
protected SuccessMessage(String message)
-
-
Method Detail
-
getType
public MessageType getType()
Description copied from interface:Message
Gets the type of the message.MessageType
- Returns:
- the message type
-
-