org.hibernate.ejb.test.ops
Class Node

java.lang.Object
  extended by org.hibernate.ejb.test.ops.Node
Direct Known Subclasses:
NumberedNode

public class Node
extends Object


Constructor Summary
Node()
           
Node(String name)
           
 
Method Summary
 Node addChild(Node child)
           
 Set getChildren()
           
 String getDescription()
           
 String getName()
           
 Node getParent()
           
 void setChildren(Set children)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setParent(Node parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()

Node

public Node(String name)
Method Detail

getChildren

public Set getChildren()

setChildren

public void setChildren(Set children)

getName

public String getName()

setName

public void setName(String name)

getParent

public Node getParent()

setParent

public void setParent(Node parent)

addChild

public Node addChild(Node child)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


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