*/
public CheckboxInput getStoreEmpfaenger() throws RemoteException
{
CheckboxInput i = super.getStoreEmpfaenger();
if (((Terminable)getTransfer()).ausgefuehrt())
i.disable();
return i;
}
/**
* @see de.willuhn.jameica.hbci.gui.controller.AbstractTransferControl#getZweck()