org.jboss.cdi.tck.tests.context.conversation.servlet
Class Message

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.conversation.servlet.Message
All Implemented Interfaces:
Serializable

@ConversationScoped
public class Message
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Message()
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.