org.jboss.cdi.tck.tests.context.passivating.dependency.sessionbean
Class Chef

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.dependency.sessionbean.Chef
All Implemented Interfaces:
Serializable

@SessionScoped
public class Chef
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Chef()
           
 
Method Summary
 String getId()
           
 Spoon getSpoon()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chef

public Chef()
Method Detail

init

@PostConstruct
public void init()

getSpoon

public Spoon getSpoon()

getId

public String getId()


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