org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.C

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

public static class SetterInjectionComponentAdapterTestCase.C
extends Object


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

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(List l)

getList

public List getList()

instantiatedAsBean

public boolean instantiatedAsBean()


Copyright © 2003-2007 Codehaus. All Rights Reserved.