ma.glasnost.orika.test.generics
Class IntrospectorBugTestCase.Base<T>

java.lang.Object
  extended by ma.glasnost.orika.test.generics.IntrospectorBugTestCase.Base<T>
Direct Known Subclasses:
IntrospectorBugTestCase.Source
Enclosing class:
IntrospectorBugTestCase

public static class IntrospectorBugTestCase.Base<T>
extends Object


Constructor Summary
IntrospectorBugTestCase.Base()
           
 
Method Summary
 T getFoo()
           
 void setFoo(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectorBugTestCase.Base

public IntrospectorBugTestCase.Base()
Method Detail

getFoo

public T getFoo()

setFoo

public void setFoo(T t)


Copyright © 2014 Glasnost. All Rights Reserved.