org.picocontainer.injectors
Class SetterInjectionTestCase.AnotherNamedBean2

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

public static class SetterInjectionTestCase.AnotherNamedBean2
extends SetterInjectionTestCase.AnotherNamedBean


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

Constructor Detail

SetterInjectionTestCase.AnotherNamedBean2

public SetterInjectionTestCase.AnotherNamedBean2()
Method Detail

getName2

public String getName2()

initName2

public void initName2(String name)


Copyright © 2003-2011 Codehaus. All Rights Reserved.