Back to project page EnklawaPlayer.
The source code is released under:
GNU General Public License
If you think the Android project EnklawaPlayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package macbury.pod.api; //from w ww. j a va 2s. co m import java.util.Date; /** * Created by macbury on 09.09.14. */ public class APIEpisode { public int id; public String name; public String description; public String mp3; public Date pub_date; public String link; public int duration; public String image; }