org.hibernate.test.cascade
Class Child

java.lang.Object
  extended by org.hibernate.test.cascade.Child

public class Child
extends Object

Created by IntelliJ IDEA. User: Gail Date: Jan 2, 2007 Time: 4:51:29 PM To change this template use File | Settings | File Templates.


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

Constructor Detail

Child

public Child()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getParent

public Parent getParent()

setParent

public void setParent(Parent parent)


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