Subversion Repositories eFlore/Applications.del

Rev

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

Rev 114 Rev 147
Line 10... Line 10...
10
	 */
10
	 */
11
	private static final long serialVersionUID = -1017065180398557172L;
11
	private static final long serialVersionUID = -1017065180398557172L;
Line 12... Line 12...
12
 
12
 
Line 13... Line -...
13
	private String id;
-
 
14
 
-
 
15
	private String idImage;
13
	private String id;
Line 16... Line 14...
16
 
14
 
Line 17... Line 15...
17
	private int vote;
15
	private int vote;
Line 44... Line 42...
44
 
42
 
45
	public void setId(String id) {
43
	public void setId(String id) {
46
		this.id = id;
44
		this.id = id;
Line 47... Line -...
47
	}
-
 
48
 
-
 
49
	public String getIdImage() {
-
 
50
		return idImage;
-
 
51
	}
-
 
52
 
-
 
53
	public void setIdImage(String idImage) {
-
 
54
		this.idImage = idImage;
-
 
55
	}
45
	}
56
 
46
 
57
	public Date getDate() {
47
	public Date getDate() {
Line 58... Line 48...
58
		return date;
48
		return date;