moaxcp / download-magic

Automatically exported from code.google.com/p/project-penny
0 stars 0 forks source link

Make Download an Interface #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Convert Download into an Interface. The advantage is DownloadData will still be 
used in the Download API but the issues with tracking down DownloadData in the 
Application will be removed. This will be useful in the DB and the Model for 
the Application. Everything can be referenced as DownloadData but in the API it 
can be Download.

Original issue reported on code.google.com by moa...@gmail.com on 6 Nov 2012 at 6:28

GoogleCodeExporter commented 9 years ago

Original comment by moa...@gmail.com on 6 Nov 2012 at 6:28

GoogleCodeExporter commented 9 years ago
Make extra props part of DownloadData and remove native props

Original comment by moa...@gmail.com on 6 Nov 2012 at 6:55

GoogleCodeExporter commented 9 years ago
Create AbstractDownload in the Download API and changed DownloadData to 
Download.

Original comment by moa...@gmail.com on 7 Nov 2012 at 1:30