org.picocontainer.injectors
Class AnnotatedMethodInjectionTestCase.NamedBean

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

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


Constructor Summary
AnnotatedMethodInjectionTestCase.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

AnnotatedMethodInjectionTestCase.NamedBean

public AnnotatedMethodInjectionTestCase.NamedBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2003-2010 Codehaus. All Rights Reserved.