org.hibernate.test.jpa.cascade
Class Parent

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

public class Parent
extends Object

todo: describe Parent


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

Constructor Detail

Parent

public Parent()

Parent

public Parent(String name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getInfo

public ParentInfo getInfo()

setInfo

public void setInfo(ParentInfo info)


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