org.jboss.cdi.tck.tests.context.conversation.event
Class ConversationScopedBean

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

@ConversationScoped
public class ConversationScopedBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConversationScopedBean()
           
 
Method Summary
 String getFoo()
           
 void setFoo(String foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationScopedBean

public ConversationScopedBean()
Method Detail

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)


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