com.mortbay.Util
Class DictionaryConverterTest.TestClass2

java.lang.Object
  |
  +--com.mortbay.Util.DictionaryConverterTest.TestClass2
Enclosing class:
DictionaryConverterTest

public static class DictionaryConverterTest.TestClass2
extends java.lang.Object


Field Summary
 float floatTest
           
 int intTest1
           
 int intTest2
           
 java.lang.String stringTest
           
 
Constructor Summary
DictionaryConverterTest.TestClass2()
           
 
Method Summary
 void setComplexTest(DictionaryConverterTest.TestClass1 val)
           
 void setPropTest(java.lang.String val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

intTest1

public int intTest1

intTest2

public int intTest2

floatTest

public float floatTest

stringTest

public java.lang.String stringTest
Constructor Detail

DictionaryConverterTest.TestClass2

public DictionaryConverterTest.TestClass2()
Method Detail

setPropTest

public void setPropTest(java.lang.String val)

setComplexTest

public void setComplexTest(DictionaryConverterTest.TestClass1 val)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object