org.hibernate.test.collection.map
Class Parent
java.lang.Object
org.hibernate.test.collection.map.Parent
public class Parent
- extends Object
todo: describe Parent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parent
public Parent()
Parent
public Parent(String name)
getName
public String getName()
setName
public void setName(String name)
getChildren
public Map getChildren()
setChildren
public void setChildren(Map children)
addChild
public Child addChild(String name)
addChild
public void addChild(Child child)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.