Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Rev 500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 232
Line 4... Line 4...
4
import java.util.List;
4
import java.util.List;
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
public class Image {
6
public class Image {
7
 
-
 
8
	private String idImage;
7
 
9
 
-
 
10
	private Observation observation;
8
	private String idImage;
11
 
-
 
12
	private String url;
9
	private Observation observation;
13
 
-
 
14
	private String urlFormat;
10
	private String url;
Line 15... Line 11...
15
 
11
	private String urlFormat;
16
	private String miniature;
12
	private String miniature;
17
 
13