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