public class Branch extends Object
Branch()
String
getName()
Parent
getParent()
void
setName(String name)
setParent(Parent parent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Branch()
public String getName()
public void setName(String name)
public Parent getParent()
public void setParent(Parent parent)