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 java.lang.Object


Constructor Summary
PersonBean()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.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(java.lang.String name)

getName

public java.lang.String getName()


Copyright © 2003-2011 Codehaus. All Rights Reserved.