Subversion Repositories eFlore/Applications.del

Rev

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

Rev 814 Rev 1220
Line 3... Line 3...
3
public class Protocole {
3
public class Protocole {
Line 4... Line 4...
4
 
4
 
5
	private int id;
5
	private int id;
6
	private String nom;
6
	private String nom;
-
 
7
	private String description;
Line 7... Line 8...
7
	private String description;
8
	private String tag;
8
 
9
 
9
	public int getId() {
10
	public int getId() {
Line 27... Line 28...
27
	}
28
	}
Line 28... Line 29...
28
 
29
 
29
	public void setDescription(String description) {
30
	public void setDescription(String description) {
30
		this.description = description;
31
		this.description = description;
-
 
32
	}
-
 
33
	
-
 
34
	public String getTag() {
-
 
35
		return tag;
-
 
36
	}
-
 
37
 
-
 
38
	public void setTag(String tag) {
-
 
39
		this.tag = tag;
Line 31... Line 40...
31
	}
40
	}