nl.gx.webmanager.cms.form
Interface Message


public interface Message

A single message object belonging to a rule.

Author:
simon

Method Summary
 java.lang.String getMessage()
          Get the message text.
 MessageDefinition getMessageDefinition()
          Get the message definition matching this message.
 

Method Detail

getMessageDefinition

MessageDefinition getMessageDefinition()
Get the message definition matching this message.

Returns:
The MessageDefinition object for this message.

getMessage

java.lang.String getMessage()
Get the message text.

Returns:
the text as a string.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.