Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1220 Rev 1409
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;
7
	private String description;
-
 
8
	private String tag;
Line 8... Line 9...
8
	private String tag;
9
	private String motsClesProtocoles;
9
 
10
 
10
	public int getId() {
11
	public int getId() {
Line 36... Line 37...
36
	}
37
	}
Line 37... Line 38...
37
 
38
 
38
	public void setTag(String tag) {
39
	public void setTag(String tag) {
39
		this.tag = tag;
40
		this.tag = tag;
-
 
41
	}
-
 
42
	
-
 
43
	public void setMotsClesProtocole(String motsClesProtocole) {
-
 
44
		this.motsClesProtocoles = motsClesProtocole;
-
 
45
	}
-
 
46
	
-
 
47
	public String getMotsClesProtocole() {
-
 
48
		return motsClesProtocoles;
Line 40... Line 49...
40
	}
49
	}