ma.glasnost.orika.test.generics
Class GenericsTestCase.NestedKey<K>

java.lang.Object
  extended by ma.glasnost.orika.test.generics.GenericsTestCase.NestedKey<K>
All Implemented Interfaces:
Serializable
Enclosing class:
GenericsTestCase

public static class GenericsTestCase.NestedKey<K>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GenericsTestCase.NestedKey()
           
 
Method Summary
 K getKey()
           
 void setKey(K key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericsTestCase.NestedKey

public GenericsTestCase.NestedKey()
Method Detail

getKey

public K getKey()

setKey

public void setKey(K key)


Copyright © 2012 Glasnost. All Rights Reserved.