SepaSammelLastschrift l = null;
try
{
l = (SepaSammelLastschrift) getService().createObject(SepaSammelLastschrift.class,null);
l.transactionBegin();
l.setBezeichnung(this.getBezeichnung());
l.setKonto(this.getKonto());
l.setTermin(new Date());
l.setSequenceType(getSequenceType());
l.setTargetDate(getTargetDate());