Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1409 Rev 2080
Line 5... Line 5...
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;
8
	private String tag;
9
	private String motsClesProtocoles;
9
	private String motsClesProtocoles;
-
 
10
	private boolean doitEtreIdentifiePourVoter = false;
Line 10... Line 11...
10
 
11
 
11
	public int getId() {
12
	public int getId() {
12
		return id;
13
		return id;
Line 46... Line 47...
46
	
47
	
47
	public String getMotsClesProtocole() {
48
	public String getMotsClesProtocole() {
48
		return motsClesProtocoles;
49
		return motsClesProtocoles;
Line -... Line 50...
-
 
50
	}
-
 
51
 
-
 
52
	public boolean doitEtreIdentifiePourVoter() {
-
 
53
		return doitEtreIdentifiePourVoter;
-
 
54
	}
-
 
55
 
-
 
56
	public void setDoitEtreIdentifiePourVoter(boolean doitEtreIdentifiePourVoter) {
-
 
57
		this.doitEtreIdentifiePourVoter = doitEtreIdentifiePourVoter;
49
	}
58
	}