ma.glasnost.orika.test.community.issue41
Class MyTargetSubObject

java.lang.Object
  extended by ma.glasnost.orika.test.community.issue41.MyTargetSubObject

public class MyTargetSubObject
extends Object


Constructor Summary
MyTargetSubObject()
           
 
Method Summary
 MyEnum getE()
           
 String getS()
           
 void setE(MyEnum e)
           
 void setS(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTargetSubObject

public MyTargetSubObject()
Method Detail

getS

public String getS()

setS

public void setS(String s)

getE

public MyEnum getE()

setE

public void setE(MyEnum e)


Copyright © 2012 Glasnost. All Rights Reserved.