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