ma.glasnost.orika.test.inheritance
Class InheritanceTestCase.BaseEntity

java.lang.Object
  extended by ma.glasnost.orika.test.inheritance.InheritanceTestCase.BaseEntity
Direct Known Subclasses:
InheritanceTestCase.ChildEntity
Enclosing class:
InheritanceTestCase

public abstract static class InheritanceTestCase.BaseEntity
extends Object


Constructor Summary
InheritanceTestCase.BaseEntity()
           
 
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

InheritanceTestCase.BaseEntity

public InheritanceTestCase.BaseEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)


Copyright © 2012 Glasnost. All Rights Reserved.