Subversion Repositories eFlore/Applications.del

Rev

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

Rev 141 Rev 147
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
	private static final long serialVersionUID = -1017065180398557172L;
7
	private static final long serialVersionUID = -1017065180398557172L;
Line 8... Line -...
8
 
-
 
9
	private String id;
-
 
10
 
8
 
Line 11... Line 9...
11
	private String idImage;
9
	private String id;
Line 12... Line 10...
12
 
10
 
13
	private int vote;
11
	private int vote;
14
 
12
 
15
	private String contributeur;
13
	private String contributeur;
16
 
14
 
Line 17... Line 15...
17
	private Date date;
15
	private Date date;
Line 38... Line 36...
38
 
36
 
39
	public void setId(String id) {
37
	public void setId(String id) {
40
		this.id = id;
38
		this.id = id;
Line 41... Line -...
41
	}
-
 
42
 
-
 
43
	public String getIdImage() {
-
 
44
		return idImage;
-
 
45
	}
-
 
46
 
-
 
47
	public void setIdImage(String idImage) {
-
 
48
		this.idImage = idImage;
-
 
49
	}
39
	}
50
 
40
 
51
	public Date getDate() {
41
	public Date getDate() {
Line 52... Line 42...
52
		return date;
42
		return date;