org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.A
java.lang.Object
org.picocontainer.defaults.SetterInjectionComponentAdapterTestCase.A
- Enclosing class:
- SetterInjectionComponentAdapterTestCase
public static class SetterInjectionComponentAdapterTestCase.A
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
b
private SetterInjectionComponentAdapterTestCase.B b
string
private java.lang.String string
list
private java.util.List list
SetterInjectionComponentAdapterTestCase.A
public SetterInjectionComponentAdapterTestCase.A()
setB
public void setB(SetterInjectionComponentAdapterTestCase.B b)
getB
public SetterInjectionComponentAdapterTestCase.B getB()
getString
public java.lang.String getString()
setString
public void setString(java.lang.String string)
getList
public java.util.List getList()
setList
public void setList(java.util.List list)