212213214215216217218219220
public TreePart getTree() throws RemoteException { if (this.tree != null) return this.tree; this.tree = new UmsatzTree(getUmsaetze()); this.tree.setExpanded(this.expanded); return this.tree; }