org.hibernate.test.jpa.cascade
Class ParentInfo

java.lang.Object
  extended by org.hibernate.test.jpa.cascade.ParentInfo

public class ParentInfo
extends Object

todo: describe ChildInfo


Constructor Summary
ParentInfo()
           
ParentInfo(String info)
           
 
Method Summary
 Long getId()
           
 String getInfo()
           
 Parent getOwner()
           
 void setInfo(String info)
           
 void setOwner(Parent owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentInfo

public ParentInfo()

ParentInfo

public ParentInfo(String info)
Method Detail

getId

public Long getId()

getOwner

public Parent getOwner()

setOwner

public void setOwner(Parent owner)

getInfo

public String getInfo()

setInfo

public void setInfo(String info)


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