ma.glasnost.orika.test.unenhance.inheritance
Class MyEntityDTO
java.lang.Object
ma.glasnost.orika.test.unenhance.inheritance.AbstractDTO
ma.glasnost.orika.test.unenhance.inheritance.MyEntityDTO
- Direct Known Subclasses:
- Sub1EntityDTO, Sub2EntityDTO
public class MyEntityDTO
- extends AbstractDTO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyEntityDTO
public MyEntityDTO()
getMyProperty
public String getMyProperty()
setMyProperty
public void setMyProperty(String myProperty)
getReferences
public MyEntityDTO getReferences()
setReferences
public void setReferences(MyEntityDTO references)
Copyright © 2014 Glasnost. All Rights Reserved.