org.silverpeas.notification.message
Class SevereMessage

java.lang.Object
  extended by org.silverpeas.notification.message.AbstractMessage
      extended by org.silverpeas.notification.message.SevereMessage
All Implemented Interfaces:
Message

public class SevereMessage
extends AbstractMessage

User: Yohann Chastagnier Date: 07/11/13


Constructor Summary
protected SevereMessage(String message)
          Default constructor.
 
Method Summary
 MessageType getType()
          Gets the type of the message.
 
Methods inherited from class org.silverpeas.notification.message.AbstractMessage
equals, getContent, getDisplayLiveTime, hashCode, setDisplayLiveTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SevereMessage

protected SevereMessage(String message)
Default constructor.

Method Detail

getType

public MessageType getType()
Description copied from interface: Message
Gets the type of the message. MessageType

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.