org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.A

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

public static class SetterInjectionComponentAdapterTestCase.A
extends Object


Constructor Summary
SetterInjectionComponentAdapterTestCase.A()
           
 
Method Summary
 SetterInjectionComponentAdapterTestCase.B getB()
           
 List getList()
           
 String getString()
           
 void setB(SetterInjectionComponentAdapterTestCase.B b)
           
 void setList(List list)
           
 void setString(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterInjectionComponentAdapterTestCase.A

public SetterInjectionComponentAdapterTestCase.A()
Method Detail

setB

public void setB(SetterInjectionComponentAdapterTestCase.B b)

getB

public SetterInjectionComponentAdapterTestCase.B getB()

getString

public String getString()

setString

public void setString(String string)

getList

public List getList()

setList

public void setList(List list)


Copyright © 2003-2010 Codehaus. All Rights Reserved.