Exemplo n.º 1
0
 public DatenDownload getCopy() {
   DatenDownload ret = new DatenDownload();
   System.arraycopy(this.arr, 0, ret.arr, 0, arr.length);
   ret.datumFilm = this.datumFilm;
   ret.film = this.film;
   ret.mVFilmSize = this.mVFilmSize;
   ret.start = this.start;
   ret.pSet = this.pSet;
   ret.abo = this.abo;
   ret.nr = this.nr;
   ret.quelle = this.quelle;
   ret.art = this.art;
   return ret;
 }