Subversion Repositories eFlore/Applications.del

Rev

Rev 103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 128
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
	private String idImage;
12
	private String idImage;
Line 13... Line 13...
13
	
13
	
Line 14... Line 14...
14
	private String commentaire;
14
	private String commentaire;
Line 15... Line 15...
15
	
15
	
Line 71... Line 71...
71
 
71
 
72
	public void setCommentaire(String commentaire) {
72
	public void setCommentaire(String commentaire) {
73
		this.commentaire = commentaire;
73
		this.commentaire = commentaire;
Line 74... Line 74...
74
	}
74
	}
75
 
75
 
76
	public int getPourcentageConfiance() {
76
	public String getPourcentageConfiance() {
Line 77... Line 77...
77
		return pourcentageConfiance;
77
		return pourcentageConfiance;
78
	}
78
	}
79
 
79
 
Line 80... Line 80...
80
	public void setPourcentageConfiance(int pourcentageConfiance) {
80
	public void setPourcentageConfiance(String pourcentageConfiance) {
81
		this.pourcentageConfiance = pourcentageConfiance;
81
		this.pourcentageConfiance = pourcentageConfiance;