ma.glasnost.orika.test.converter
Class PassThroughConverterTestCase.Wrapper<T>

java.lang.Object
  extended by ma.glasnost.orika.test.converter.PassThroughConverterTestCase.Wrapper<T>
Enclosing class:
PassThroughConverterTestCase

public static class PassThroughConverterTestCase.Wrapper<T>
extends Object


Constructor Summary
PassThroughConverterTestCase.Wrapper()
           
 
Method Summary
 boolean equals(Object that)
           
 T getHeld()
           
 int hashCode()
           
 void setHeld(T held)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThroughConverterTestCase.Wrapper

public PassThroughConverterTestCase.Wrapper()
Method Detail

getHeld

public T getHeld()

setHeld

public void setHeld(T held)

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Glasnost. All Rights Reserved.