com.mortbay.Util
Class ObjectConverterTest.A

java.lang.Object
  |
  +--com.mortbay.Util.ObjectConverterTest.A
Enclosing class:
ObjectConverterTest

public static class ObjectConverterTest.A
extends java.lang.Object


Field Summary
 java.lang.String blah
           
 int six
           
 
Constructor Summary
ObjectConverterTest.A()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 ObjectConverterTest.B getB()
           
 void setB(ObjectConverterTest.B b_)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

six

public int six

blah

public java.lang.String blah
Constructor Detail

ObjectConverterTest.A

public ObjectConverterTest.A()
Method Detail

getB

public ObjectConverterTest.B getB()

setB

public void setB(ObjectConverterTest.B b_)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object