public Input getGegenkontoBLZ() throws RemoteException
{
if (this.gegenkontoBLZ != null)
return this.gegenkontoBLZ;
this.gegenkontoBLZ = new BLZInput((String)cache.get("kontoauszug.list.gegenkonto.blz"));
this.gegenkontoBLZ.setComment(null);
this.gegenkontoBLZ.addListener(this.listener);
return this.gegenkontoBLZ;
}