Decision Center API

ilog.rules.teamserver.web.beans
Class BaseBean

java.lang.Object
  extended by ilog.rules.teamserver.web.beans.BaseBean
All Implemented Interfaces:
Serializable

public class BaseBean
extends Object
implements Serializable

Common class for Decision Center beans.

See Also:
Serialized Form

Constructor Summary
BaseBean()
           
 
Method Summary
 String getMessage(String key, Object... arguments)
          Get the localized message corresponding to the given key with the given arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBean

public BaseBean()
Method Detail

getMessage

public String getMessage(String key,
                         Object... arguments)
Get the localized message corresponding to the given key with the given arguments.

Parameters:
key - The message key
arguments - 0 to n arguments to build the message.
Returns:
A localized string.

Decision Center API

© Copyright IBM Corp. 1987, 2013