org.picocontainer.testmodel
Class PurseBean

java.lang.Object
  extended byorg.picocontainer.testmodel.PurseBean
Direct Known Subclasses:
SetterInjectionComponentAdapterTestCase.MoneyPurse

public class PurseBean
extends Object


Constructor Summary
PurseBean()
           
 
Method Summary
 PersonBean getOwner()
           
 void setOwner(PersonBean owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurseBean

public PurseBean()
Method Detail

getOwner

public PersonBean getOwner()

setOwner

public void setOwner(PersonBean owner)


Copyright © 2003-2007 Codehaus. All Rights Reserved.