ma.glasnost.orika.test.unenhance.inheritance
Class Sub2EntityDTO

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance.AbstractDTO
      extended by ma.glasnost.orika.test.unenhance.inheritance.MyEntityDTO
          extended by ma.glasnost.orika.test.unenhance.inheritance.Sub2EntityDTO

public class Sub2EntityDTO
extends MyEntityDTO


Constructor Summary
Sub2EntityDTO()
           
 
Method Summary
 int getSub2Property()
           
 void setSub2Property(int sub2Property)
           
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance.MyEntityDTO
getMyProperty, getReferences, setMyProperty, setReferences
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance.AbstractDTO
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sub2EntityDTO

public Sub2EntityDTO()
Method Detail

getSub2Property

public int getSub2Property()

setSub2Property

public void setSub2Property(int sub2Property)


Copyright © 2014 Glasnost. All Rights Reserved.