org.picocontainer.testmodel
Class PersonBean

java.lang.Object
  extended by org.picocontainer.testmodel.PersonBean
Direct Known Subclasses:
SetterInjectorTestCase.DeadBody, SetterInjectorTestCase.Ghost, SetterInjectorTestCase.HidingPersion, SetterInjectorTestCase.WealthyPerson

public class PersonBean
extends Object


Constructor Summary
PersonBean()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonBean

public PersonBean()
Method Detail

setName

public void setName(String name)

getName

public String getName()


Copyright © 2003-2010 Codehaus. All Rights Reserved.