|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.corrspt.xeo.api.core.XEOObjectMessage
public class XEOObjectMessage
Represents a message associated to an XEOObject
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.corrspt.xeo.api.core.Message |
|---|
Message.MessageType |
| Method Summary | |
|---|---|
static XEOObjectMessage |
createCriticalMessage(java.lang.String title,
java.lang.String content)
Create a new Critical message to add to an XEO Object |
static XEOObjectMessage |
createErrorMessage(java.lang.String title,
java.lang.String content)
Create a new Error message to add to an XEO Object |
static XEOObjectMessage |
createInfoMessage(java.lang.String title,
java.lang.String content)
Create a new Info message to add to an XEO Object |
java.lang.String |
getContent()
Get the content of the message |
java.lang.String |
geTitle()
Get the title of the message |
Message.MessageType |
getType()
Retrieve the message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String geTitle()
geTitle in interface Messagepublic java.lang.String getContent()
getContent in interface Messagepublic Message.MessageType getType()
getType in interface Message
public static XEOObjectMessage createInfoMessage(java.lang.String title,
java.lang.String content)
title - The title of the messagecontent - The message content
public static XEOObjectMessage createErrorMessage(java.lang.String title,
java.lang.String content)
title - The title of the messagecontent - The message content
public static XEOObjectMessage createCriticalMessage(java.lang.String title,
java.lang.String content)
title - The title of the messagecontent - The message content
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||