Subversion Repositories eFlore/Applications.del

Rev

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

Rev 90 Rev 99
Line 20... Line 20...
20
	private int vote;
20
	private int vote;
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
	private String contributeur;
22
	private String contributeur;
-
 
23
 
-
 
24
	private Date date;
Line 23... Line 25...
23
 
25
	
24
	private Date date;
26
	private Protocol protocol;
25
 
27
 
Line 85... Line 87...
85
 
87
 
86
	public void setEspece(String espece) {
88
	public void setEspece(String espece) {
87
		this.espece = espece;
89
		this.espece = espece;
Line -... Line 90...
-
 
90
	}
-
 
91
 
-
 
92
	public Protocol getProtocol() {
-
 
93
		return protocol;
-
 
94
	}
-
 
95
 
-
 
96
	public void setProtocol(Protocol protocol) {
-
 
97
		this.protocol = protocol;
88
	}
98
	}