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

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance.AbstractEntity
Direct Known Subclasses:
MyEntity

@MappedSuperclass
public class AbstractEntity
extends Object


Constructor Summary
AbstractEntity()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEntity

public AbstractEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)


Copyright © 2014 Glasnost. All Rights Reserved.