ma.glasnost.orika.test.generics
Class GenericsTestCase.Container<C>

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

public static class GenericsTestCase.Container<C>
extends Object


Constructor Summary
GenericsTestCase.Container()
           
 
Method Summary
 C getContained()
           
 C getSecondaryContained()
           
 void setContained(C contained)
           
 void setSecondaryContained(C secondaryContained)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericsTestCase.Container

public GenericsTestCase.Container()
Method Detail

getSecondaryContained

public C getSecondaryContained()

setSecondaryContained

public void setSecondaryContained(C secondaryContained)

getContained

public C getContained()

setContained

public void setContained(C contained)


Copyright © 2012 Glasnost. All Rights Reserved.