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

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance2.AbstractEntity
      extended by ma.glasnost.orika.test.unenhance.inheritance2.PersonEntity
Direct Known Subclasses:
OwnerEntity

@Entity
public class PersonEntity
extends AbstractEntity

Author:
Sergey Vasilyev

Constructor Summary
PersonEntity()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
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

PersonEntity

public PersonEntity()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2014 Glasnost. All Rights Reserved.