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