com.softwareag.centrasite.api.common.i18nresource
Class CLLMessage

java.lang.Object
  extended by com.softwareag.centrasite.api.common.i18nresource.CLLMessage

public class CLLMessage
extends java.lang.Object


Constructor Summary
CLLMessage(java.lang.String msgId, java.util.Locale locale, java.lang.Object... params)
           
 
Method Summary
 java.lang.String getAction()
           
 java.lang.String getExplanation()
           
 java.lang.String getMessage()
           
 java.lang.String getMessageID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLLMessage

public CLLMessage(java.lang.String msgId,
                  java.util.Locale locale,
                  java.lang.Object... params)
Parameters:
msgId - Message ID in the message database
locale - The current user locale. If null is passed, the default locale will be taken
params - The object param can be null.
Method Detail

getMessageID

public java.lang.String getMessageID()
Returns:
the Message ID is returned.

getAction

public java.lang.String getAction()
Returns:
Possible Action for the given Message ID is returned.

getExplanation

public java.lang.String getExplanation()
Returns:
Explanation for the given Message ID is returned.

getMessage

public java.lang.String getMessage()
Returns:
MessageText for the given Message ID is returned.