org.picocontainer.injectors
Class SetterInjectionTestCase.AnotherNamedBean

java.lang.Object
  extended by org.picocontainer.injectors.SetterInjectionTestCase.AnotherNamedBean
All Implemented Interfaces:
SetterInjectionTestCase.Bean
Enclosing class:
SetterInjectionTestCase

public static class SetterInjectionTestCase.AnotherNamedBean
extends Object
implements SetterInjectionTestCase.Bean


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

Constructor Detail

SetterInjectionTestCase.AnotherNamedBean

public SetterInjectionTestCase.AnotherNamedBean()
Method Detail

getName

public String getName()

initName

public void initName(String name)


Copyright © 2003-2010 Codehaus. All Rights Reserved.