t.transactionBegin();
t.setKonto((Konto)getKontoAuswahl().getValue());
t.setBezeichnung((String)getName().getValue());
t.setTermin((Date)getTermin().getValue());
t.store();
// Reminder-Intervall speichern
ReminderIntervalInput input = this.getReminderInterval();
if (input.containsInterval())
ReminderUtil.apply(t,(ReminderInterval) input.getValue(), input.getEnd());