ma.glasnost.orika.test.generics
Class GenericsTestCase.Envelope<T>
java.lang.Object
ma.glasnost.orika.test.generics.GenericsTestCase.Envelope<T>
- Enclosing class:
- GenericsTestCase
public static class GenericsTestCase.Envelope<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericsTestCase.Envelope
public GenericsTestCase.Envelope()
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.