ma.glasnost.orika.test.unenhance.inheritance2
Class OwnerEntity

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
      extended by ma.glasnost.orika.test.unenhance.inheritance2.PersonEntity
          extended by ma.glasnost.orika.test.unenhance.inheritance2.OwnerEntity

@Entity
public class OwnerEntity
extends PersonEntity

Author:
Sergey Vasilyev

Constructor Summary
OwnerEntity()
           
 
Method Summary
 String getSpecialInformation()
           
 void setSpecialInformation(String specialInformation)
           
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance2.PersonEntity
getName, setName
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnerEntity

public OwnerEntity()
Method Detail

getSpecialInformation

public String getSpecialInformation()

setSpecialInformation

public void setSpecialInformation(String specialInformation)


Copyright © 2014 Glasnost. All Rights Reserved.