org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.C

java.lang.Object
  extended by org.picocontainer.defaults.SetterInjectionComponentAdapterTestCase.C
Enclosing class:
SetterInjectionComponentAdapterTestCase

public static class SetterInjectionComponentAdapterTestCase.C
extends java.lang.Object


Field Summary
private  boolean asBean
           
private  SetterInjectionComponentAdapterTestCase.B b
           
private  java.util.List l
           
 
Constructor Summary
SetterInjectionComponentAdapterTestCase.C()
           
SetterInjectionComponentAdapterTestCase.C(SetterInjectionComponentAdapterTestCase.B b)
           
 
Method Summary
 SetterInjectionComponentAdapterTestCase.B getB()
           
 java.util.List getList()
           
 boolean instantiatedAsBean()
           
 void setB(SetterInjectionComponentAdapterTestCase.B b)
           
 void setList(java.util.List l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

private SetterInjectionComponentAdapterTestCase.B b

l

private java.util.List l

asBean

private final boolean asBean
Constructor Detail

SetterInjectionComponentAdapterTestCase.C

public SetterInjectionComponentAdapterTestCase.C()

SetterInjectionComponentAdapterTestCase.C

public SetterInjectionComponentAdapterTestCase.C(SetterInjectionComponentAdapterTestCase.B b)
Method Detail

setB

public void setB(SetterInjectionComponentAdapterTestCase.B b)

getB

public SetterInjectionComponentAdapterTestCase.B getB()

setList

public void setList(java.util.List l)

getList

public java.util.List getList()

instantiatedAsBean

public boolean instantiatedAsBean()