org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean
Class Consumer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.Consumer

public class Consumer
extends Object


Constructor Summary
Consumer()
           
 
Method Summary
 ExplicitContructorSimpleBean getExplicitConstructorBean()
           
 InitializerSimpleBean getInitializerSimpleBean()
           
 ExplicitContructorSimpleBean getNewExplicitConstructorBean()
           
 InitializerSimpleBean getNewInitializerSimpleBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Consumer

public Consumer()
Method Detail

getExplicitConstructorBean

public ExplicitContructorSimpleBean getExplicitConstructorBean()

getNewExplicitConstructorBean

public ExplicitContructorSimpleBean getNewExplicitConstructorBean()

getInitializerSimpleBean

public InitializerSimpleBean getInitializerSimpleBean()

getNewInitializerSimpleBean

public InitializerSimpleBean getNewInitializerSimpleBean()


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