org.picocontainer.defaults
Class SetterInjectionComponentAdapterTestCase.WealthyPerson

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

public static class SetterInjectionComponentAdapterTestCase.WealthyPerson
extends PersonBean


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
 

Constructor Detail

SetterInjectionComponentAdapterTestCase.WealthyPerson

public SetterInjectionComponentAdapterTestCase.WealthyPerson()
Method Detail

getPurse

public PurseBean getPurse()

setPurse

public void setPurse(PurseBean purse)


Copyright © 2003-2007 Codehaus. All Rights Reserved.