184185186187188189190191
public SepaSammelLastschriftList getListe() throws RemoteException { if (table != null) return table; table = new SepaSammelLastschriftList(new SepaSammelLastschriftNew()); return table; }