ma.glasnost.orika.test.generics
Class IntrospectorBugTestCase.Destination

java.lang.Object
  extended by ma.glasnost.orika.test.generics.IntrospectorBugTestCase.Destination
Enclosing class:
IntrospectorBugTestCase

public static class IntrospectorBugTestCase.Destination
extends Object


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

Constructor Detail

IntrospectorBugTestCase.Destination

public IntrospectorBugTestCase.Destination()
Method Detail

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)


Copyright © 2014 Glasnost. All Rights Reserved.