org.picocontainer.injectors
Class SetterInjectorTestCase.A

java.lang.Object
  extended by org.picocontainer.injectors.SetterInjectorTestCase.A
Enclosing class:
SetterInjectorTestCase

public static class SetterInjectorTestCase.A
extends Object


Constructor Summary
SetterInjectorTestCase.A()
           
 
Method Summary
 SetterInjectorTestCase.B getB()
           
 List getList()
           
 String getString()
           
 void setB(SetterInjectorTestCase.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

SetterInjectorTestCase.A

public SetterInjectorTestCase.A()
Method Detail

setB

public void setB(SetterInjectorTestCase.B b)

getB

public SetterInjectorTestCase.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.