org.nanocontainer.testmodel
Class ThingThatTakesParamsInConstructor

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

public class ThingThatTakesParamsInConstructor
extends java.lang.Object


Constructor Summary
ThingThatTakesParamsInConstructor(java.lang.String value, java.lang.Integer intValue)
           
 
Method Summary
 java.lang.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(java.lang.String value,
                                         java.lang.Integer intValue)
Method Detail

getValue

public java.lang.String getValue()


Copyright © 2003-2010 Codehaus. All Rights Reserved.