org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.WealthyPerson

java.lang.Object
  extended by org.picocontainer.testmodel.PersonBean
      extended by org.picocontainer.defaults.SetterInjectionComponentAdapterTestCase.WealthyPerson
Enclosing class:
SetterInjectionComponentAdapterTestCase

public static class SetterInjectionComponentAdapterTestCase.WealthyPerson
extends PersonBean


Field Summary
(package private)  PurseBean purse
           
 
Constructor Summary
SetterInjectionComponentAdapterTestCase.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
 

Field Detail

purse

PurseBean purse
Constructor Detail

SetterInjectionComponentAdapterTestCase.WealthyPerson

public SetterInjectionComponentAdapterTestCase.WealthyPerson()
Method Detail

getPurse

public PurseBean getPurse()

setPurse

public void setPurse(PurseBean purse)