org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class ExplicitConstructorSessionBean
java.lang.Object
org.jboss.cdi.tck.tests.implementation.enterprise.newBean.ExplicitConstructorSessionBean
- All Implemented Interfaces:
- ExplicitConstructor
public class ExplicitConstructorSessionBean
- extends Object
- implements ExplicitConstructor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplicitConstructorSessionBean
public ExplicitConstructorSessionBean()
ExplicitConstructorSessionBean
@Inject
public ExplicitConstructorSessionBean(SimpleBean bean)
getConstructorCalls
public int getConstructorCalls()
- Specified by:
getConstructorCalls in interface ExplicitConstructor
setConstructorCalls
public void setConstructorCalls(int numCalls)
- Specified by:
setConstructorCalls in interface ExplicitConstructor
getInjectedSimpleBean
public SimpleBean getInjectedSimpleBean()
- Specified by:
getInjectedSimpleBean in interface ExplicitConstructor
setInjectedSimpleBean
public void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
- Specified by:
setInjectedSimpleBean in interface ExplicitConstructor
Copyright © 2008-2012 Seam Framework. All Rights Reserved.