Back to project page SampleAndroidL.
The source code is released under:
GNU General Public License
If you think the Android project SampleAndroidL 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 org.fingerlinks.mobile.android.samplel.model; /*from ww w . j a v a 2 s . c o m*/ import android.content.Context; import java.io.Serializable; /** * Created by Fabio Ranieri on 20/10/14. * Copyright 2014 Fingerlinks s.r.l. */ public class Image implements Serializable { public String name; public String description; public String imageName; };