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

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

@Entity
public class Sub2Entity
extends MyEntity


Constructor Summary
Sub2Entity()
           
 
Method Summary
 int getSub2Property()
           
 void setSub2Property(int sub2Property)
           
 
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

Sub2Entity

public Sub2Entity()
Method Detail

getSub2Property

public int getSub2Property()

setSub2Property

public void setSub2Property(int sub2Property)


Copyright © 2013 Glasnost. All Rights Reserved.