public Input getMindestBetrag() throws RemoteException
{
if (this.betragFrom != null)
return this.betragFrom;
this.betragFrom = new DecimalInput((Double)cache.get("kontoauszug.list.betrag.from"), HBCI.DECIMALFORMAT);
this.betragFrom.setComment(HBCIProperties.CURRENCY_DEFAULT_DE);
this.betragFrom.addListener(this.listener);
this.betragFrom.addListener(new Listener()
{
public void handleEvent(Event event)