org.hibernate.test.collection.set
Class Parent

java.lang.Object
  extended by org.hibernate.test.collection.set.Parent

public class Parent
extends Object

todo: describe Parent


Constructor Summary
Parent()
           
Parent(String name)
           
 
Method Summary
 Set getChildren()
           
 String getName()
           
 void setChildren(Set children)
           
 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

getName

public String getName()

setName

public void setName(String name)

getChildren

public Set getChildren()

setChildren

public void setChildren(Set children)


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