org.jboss.seam.international.status
Class MessageImpl

java.lang.Object
  extended by org.jboss.seam.international.status.MessageImpl
All Implemented Interfaces:
Serializable, Message, MutableMessage

public class MessageImpl
extends Object
implements Message, MutableMessage

A basic implementation of MutableMessage.

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
MessageImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Level getLevel()
           
 String getTargets()
           
 String getText()
           
 int hashCode()
           
 void setLevel(Level level)
           
 void setTargets(String targets)
           
 void setText(String summary)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageImpl

public MessageImpl()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getText

public String getText()
Specified by:
getText in interface Message

getTargets

public String getTargets()
Specified by:
getTargets in interface Message

getLevel

public Level getLevel()
Specified by:
getLevel in interface Message

setText

public void setText(String summary)
Specified by:
setText in interface MutableMessage

setTargets

public void setTargets(String targets)
Specified by:
setTargets in interface MutableMessage

setLevel

public void setLevel(Level level)
Specified by:
setLevel in interface MutableMessage


Copyright © 2009-2011 Seam Framework. All Rights Reserved.