ma.glasnost.orika.test.generics
Class GenericsTestCase.Envelope<T>

java.lang.Object
  extended by ma.glasnost.orika.test.generics.GenericsTestCase.Envelope<T>
Enclosing class:
GenericsTestCase

public static class GenericsTestCase.Envelope<T>
extends Object


Constructor Summary
GenericsTestCase.Envelope()
           
 
Method Summary
 T getContents()
           
 String getId()
           
 void setContents(T contents)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericsTestCase.Envelope

public GenericsTestCase.Envelope()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getContents

public T getContents()

setContents

public void setContents(T contents)


Copyright © 2012 Glasnost. All Rights Reserved.