com.corrspt.xeo.api.core
Interface Message

All Known Implementing Classes:
XEOObjectMessage

public interface Message

Represents a message added to an XEO Object


Nested Class Summary
static class Message.MessageType
          Type of message
 
Method Summary
 java.lang.String getContent()
          The message content
 java.lang.String geTitle()
          The message title
 Message.MessageType getType()
          The message type
 

Method Detail

geTitle

java.lang.String geTitle()
The message title

Returns:
The title of the message

getContent

java.lang.String getContent()
The message content

Returns:
The content of the message

getType

Message.MessageType getType()
The message type

Returns:
The message type