Uses of Class
org.picocontainer.testmodel.PersonBean

Packages that use PersonBean
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
org.picocontainer.testmodel   
 

Uses of PersonBean in org.picocontainer.defaults
 

Subclasses of PersonBean in org.picocontainer.defaults
static class SetterInjectionComponentAdapterTestCase.DeadBody
           
static class SetterInjectionComponentAdapterTestCase.Ghost
           
static class SetterInjectionComponentAdapterTestCase.HidingPersion
           
static class SetterInjectionComponentAdapterTestCase.WealthyPerson
           
 

Uses of PersonBean in org.picocontainer.testmodel
 

Methods in org.picocontainer.testmodel that return PersonBean
 PersonBean PurseBean.getOwner()
           
 PersonBean CoupleBean.getPersonA()
           
 PersonBean CoupleBean.getPersonB()
           
 

Methods in org.picocontainer.testmodel with parameters of type PersonBean
 void PurseBean.setOwner(PersonBean owner)
           
 

Constructors in org.picocontainer.testmodel with parameters of type PersonBean
CoupleBean(PersonBean a, PersonBean b)
           
 



Copyright © 2003-2007 Codehaus. All Rights Reserved.