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

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

public static class PassThroughConverterTestCase.Container<T>
extends Object


Constructor Summary
PassThroughConverterTestCase.Container()
           
 
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.Container

public PassThroughConverterTestCase.Container()
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.