126127128129130131132133
{ if (this.batchbook != null) return this.batchbook; T t = this.getTransfer(); this.batchbook = new BatchBookInput(t.getKonto(),t); return this.batchbook; }