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

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance.AbstractEntity
      extended by ma.glasnost.orika.test.unenhance.inheritance.MyEntity
          extended by ma.glasnost.orika.test.unenhance.inheritance.Sub1Entity

@Entity
public class Sub1Entity
extends MyEntity


Constructor Summary
Sub1Entity()
           
 
Method Summary
 int getSub1Property()
           
 void setSub1Property(int sub1Property)
           
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance.MyEntity
getMyProperty, getReferences, setMyProperty, setReferences
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance.AbstractEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sub1Entity

public Sub1Entity()
Method Detail

getSub1Property

public int getSub1Property()

setSub1Property

public void setSub1Property(int sub1Property)


Copyright © 2013 Glasnost. All Rights Reserved.