org.picocontainer.testmodel
Class PersonBean

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

public class PersonBean
extends java.lang.Object


Field Summary
private  java.lang.String name
           
 
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
 

Field Detail

name

private java.lang.String name
Constructor Detail

PersonBean

public PersonBean()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()