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

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.Sub1EntityDTO

public class Sub1EntityDTO
extends MyEntityDTO


Constructor Summary
Sub1EntityDTO()
           
 
Method Summary
 int getSub1Property()
           
 void setSub1Property(int sub1Property)
           
 
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

Sub1EntityDTO

public Sub1EntityDTO()
Method Detail

getSub1Property

public int getSub1Property()

setSub1Property

public void setSub1Property(int sub1Property)


Copyright © 2013 Glasnost. All Rights Reserved.