org.jboss.cdi.tck.tests.context.session.event
Class SessionScopedBean

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

@SessionScoped
public class SessionScopedBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SessionScopedBean()
           
 
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

SessionScopedBean

public SessionScopedBean()
Method Detail

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)


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