info.aduna.webapp
Class Message

java.lang.Object
  extended by info.aduna.webapp.Message

public class Message
extends Object

Author:
Herko ter Horst

Nested Class Summary
static class Message.Type
           
 
Field Summary
static String ATTRIBUTE_KEY
           
 
Constructor Summary
Message(Message.Type type, String i18n)
           
 
Method Summary
 String getI18n()
           
 Message.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_KEY

public static final String ATTRIBUTE_KEY
See Also:
Constant Field Values
Constructor Detail

Message

public Message(Message.Type type,
               String i18n)
Method Detail

getType

public Message.Type getType()
Returns:
Returns the type.

getI18n

public String getI18n()
Returns:
Returns the i18n.


Copyright © 2001-2012 Aduna. All Rights Reserved.