org.hibernate.envers.test.integration.onetomany.inverseToSuperclass
Class DetailSuperclass
java.lang.Object
   org.hibernate.envers.test.integration.onetomany.inverseToSuperclass.DetailSuperclass
org.hibernate.envers.test.integration.onetomany.inverseToSuperclass.DetailSuperclass
- Direct Known Subclasses: 
- DetailSubclass
- public class DetailSuperclass 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DetailSuperclass
public DetailSuperclass()
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.