org.picocontainer.injectors
Class MethodAnnotationInjectionFactoryTestCase.NamedBean

java.lang.Object
  extended by org.picocontainer.injectors.MethodAnnotationInjectionFactoryTestCase.NamedBean
All Implemented Interfaces:
MethodAnnotationInjectionFactoryTestCase.Bean
Direct Known Subclasses:
MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault, MethodAnnotationInjectionFactoryTestCase.NoBean
Enclosing class:
MethodAnnotationInjectionFactoryTestCase

public static class MethodAnnotationInjectionFactoryTestCase.NamedBean
extends Object
implements MethodAnnotationInjectionFactoryTestCase.Bean


Constructor Summary
MethodAnnotationInjectionFactoryTestCase.NamedBean()
           
 
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

MethodAnnotationInjectionFactoryTestCase.NamedBean

public MethodAnnotationInjectionFactoryTestCase.NamedBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2003-2007 Codehaus. All Rights Reserved.