Subversion Repositories eFlore/Applications.del

Rev

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

Rev 14 Rev 60
Line 1... Line 1...
1
package org.tela_botanica.del.client.modeles;
1
package org.tela_botanica.del.client.modeles;
Line 2... Line 2...
2
 
2
 
-
 
3
import java.io.Serializable;
Line 3... Line 4...
3
import java.io.Serializable;
4
import java.util.Date;
Line 4... Line 5...
4
 
5
 
5
public class ObservationValidation implements Serializable {
6
public class ObservationValidation implements Serializable {
6
 
7
 
7
	private static final long serialVersionUID = 840032625524143547L;
8
	private static final long serialVersionUID = 840032625524143547L;
8
	
9
 
Line 9... Line 10...
9
	private String id;
10
	private String id;
Line 10... Line 11...
10
	
11
 
Line 11... Line -...
11
	private String idImage;
-
 
-
 
12
	private String idImage;
Line 12... Line 13...
12
 
13
 
13
	private int vote;
14
	private int vote;
14
 
15
 
Line 46... Line 47...
46
 
47
 
47
	public void setIdImage(String idImage) {
48
	public void setIdImage(String idImage) {
48
		this.idImage = idImage;
49
		this.idImage = idImage;
Line -... Line 50...
-
 
50
	}
-
 
51
 
-
 
52
	public Date getDate() {
-
 
53
		return date;
-
 
54
	}
-
 
55
 
-
 
56
	public void setDate(Date date) {
-
 
57
		this.date = date;
49
	}
58
	}