intarsys runtime library

de.intarsys.tools.message
Class Message

java.lang.Object
  extended by de.intarsys.tools.message.Message

public class Message
extends Object


Constructor Summary
Message(MessageBundle bundle, String key)
           
Message(Object implementor, String suffix)
           
 
Method Summary
 String get()
           
 String get(String arg1)
           
 String get(String arg1, String arg2)
           
 String get(String arg1, String arg2, String arg3)
           
 String get(String arg1, String arg2, String arg3, String arg4)
           
 MessageBundle getBundle()
           
 Object getClazz()
           
 String getKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message(MessageBundle bundle,
               String key)

Message

public Message(Object implementor,
               String suffix)
Method Detail

get

public String get()

get

public String get(String arg1)

get

public String get(String arg1,
                  String arg2)

get

public String get(String arg1,
                  String arg2,
                  String arg3)

get

public String get(String arg1,
                  String arg2,
                  String arg3,
                  String arg4)

getBundle

public MessageBundle getBundle()

getClazz

public Object getClazz()

getKey

public String getKey()

toString

public String toString()
Overrides:
toString in class Object

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.