Subversion Repositories eFlore/Applications.del

Rev

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

Rev 60 Rev 90
Line 8... Line 8...
8
	private static final long serialVersionUID = 840032625524143547L;
8
	private static final long serialVersionUID = 840032625524143547L;
Line 9... Line 9...
9
 
9
 
Line 10... Line 10...
10
	private String id;
10
	private String id;
-
 
11
 
-
 
12
	private String idImage;
-
 
13
	
-
 
14
	private String commentaire;
-
 
15
	
-
 
16
	private int pourcentageConfiance;
Line 11... Line 17...
11
 
17
	
Line 12... Line 18...
12
	private String idImage;
18
	private String espece;
Line 13... Line 19...
13
 
19
 
Line 14... Line 20...
14
	private int vote;
20
	private int vote;
15
 
21
 
Line 23... Line 29...
23
 
29
 
24
	public void setVote(int vote) {
30
	public void setVote(int vote) {
25
		this.vote = vote;
31
		this.vote = vote;
Line 26... Line 32...
26
	}
32
	}
27
 
33
 
28
	public String getContributor() {
34
	public String getContributeur() {
Line 29... Line 35...
29
		return contributor;
35
		return contributeur;
30
	}
36
	}
31
 
37
 
Line 32... Line 38...
32
	public void setContributor(String contributor) {
38
	public void setContributeur(String contributeur) {
33
		this.contributor = contributor;
39
		this.contributeur = contributeur;
34
	}
40
	}
Line 55... Line 61...
55
 
61
 
56
	public void setDate(Date date) {
62
	public void setDate(Date date) {
57
		this.date = date;
63
		this.date = date;
Line -... Line 64...
-
 
64
	}
-
 
65
 
-
 
66
	public String getCommentaire() {
-
 
67
		return commentaire;
-
 
68
	}
-
 
69
 
-
 
70
	public void setCommentaire(String commentaire) {
-
 
71
		this.commentaire = commentaire;
-
 
72
	}
-
 
73
 
-
 
74
	public int getPourcentageConfiance() {
-
 
75
		return pourcentageConfiance;
-
 
76
	}
-
 
77
 
-
 
78
	public void setPourcentageConfiance(int pourcentageConfiance) {
-
 
79
		this.pourcentageConfiance = pourcentageConfiance;
-
 
80
	}
-
 
81
 
-
 
82
	public String getEspece() {
-
 
83
		return espece;
-
 
84
	}
-
 
85
 
-
 
86
	public void setEspece(String espece) {
-
 
87
		this.espece = espece;
58
	}
88
	}