org.hibernate.envers.test.integration.onetomany.inverseToSuperclass
Class DetailSuperclass

java.lang.Object
  extended by org.hibernate.envers.test.integration.onetomany.inverseToSuperclass.DetailSuperclass
Direct Known Subclasses:
DetailSubclass

public class DetailSuperclass
extends Object


Constructor Summary
DetailSuperclass()
           
 
Method Summary
 long getId()
           
 Master getParent()
           
 void setId(long id)
           
 void setParent(Master parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailSuperclass

public DetailSuperclass()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getParent

public Master getParent()

setParent

public void setParent(Master parent)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.