org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.A
java.lang.Object
org.picocontainer.defaults.SetterInjectionComponentAdapterTestCase.A
- Enclosing class:
- SetterInjectionComponentAdapterTestCase
public static class SetterInjectionComponentAdapterTestCase.A
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetterInjectionComponentAdapterTestCase.A
public SetterInjectionComponentAdapterTestCase.A()
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.