*/
public Input getMandateId() throws RemoteException
{
if (this.mandateId == null)
{
this.mandateId = new TextInput(getTransfer().getMandateId(),HBCIProperties.HBCI_SEPA_MANDATEID_MAXLENGTH);
this.mandateId.setName(i18n.tr("Mandats-Referenz"));
this.mandateId.setValidChars(HBCIProperties.HBCI_SEPA_MANDATE_VALIDCHARS);
this.mandateId.setEnabled(!getTransfer().ausgefuehrt());
this.mandateId.setMandatory(true);
}