org.nanocontainer.testmodel
Class ThingThatTakesParamsInConstructor

java.lang.Object
  extended by org.nanocontainer.testmodel.ThingThatTakesParamsInConstructor

public class ThingThatTakesParamsInConstructor
extends Object


Constructor Summary
ThingThatTakesParamsInConstructor(String value, Integer intValue)
           
 
Method Summary
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThingThatTakesParamsInConstructor

public ThingThatTakesParamsInConstructor(String value,
                                         Integer intValue)
Method Detail

getValue

public String getValue()


Copyright © 2003-2009 Codehaus. All Rights Reserved.