nl.gx.webmanager.cms.form
Interface MessageDefinition


public interface MessageDefinition

Defines the properties of message belonging to a rule and which can be edited by the user.

Author:
simon

Method Summary
 java.lang.String getCode()
          Get the label used to refer to this message.
 java.lang.String getDescription()
          Gets the description for this message.
 java.lang.String getName()
          Get the human readable name for this message.
 

Method Detail

getName

java.lang.String getName()
Get the human readable name for this message.

Returns:
the name

getCode

java.lang.String getCode()
Get the label used to refer to this message.

Returns:

getDescription

java.lang.String getDescription()
Gets the description for this message.

Returns:
String holding the description.


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