org.picocontainer.injectors
Class SetterInjectorTestCase.WealthyPerson

java.lang.Object
  extended by org.picocontainer.testmodel.PersonBean
      extended by org.picocontainer.injectors.SetterInjectorTestCase.WealthyPerson
Enclosing class:
SetterInjectorTestCase

public static class SetterInjectorTestCase.WealthyPerson
extends PersonBean


Constructor Summary
SetterInjectorTestCase.WealthyPerson()
           
 
Method Summary
 PurseBean getPurse()
           
 void setPurse(PurseBean purse)
           
 
Methods inherited from class org.picocontainer.testmodel.PersonBean
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterInjectorTestCase.WealthyPerson

public SetterInjectorTestCase.WealthyPerson()
Method Detail

getPurse

public PurseBean getPurse()

setPurse

public void setPurse(PurseBean purse)


Copyright © 2003-2010 Codehaus. All Rights Reserved.