198199200201202203204205206
public Part getSaldoChart() throws RemoteException { if (saldoChart != null) return saldoChart; saldoChart = new SaldoChart(getKonto()); saldoChart.setTinyView(true); return saldoChart; }