Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 748 Rev 766
Line 9... Line 9...
9
 
9
 
Line 10... Line 10...
10
	private static final long serialVersionUID = -4016615552202089985L;
10
	private static final long serialVersionUID = -4016615552202089985L;
Line -... Line 11...
-
 
11
	
-
 
12
	public static final String PREFIXE = "cp";
-
 
13
	
-
 
14
	public Utilisateur() {
-
 
15
		set("id_personne", null);
11
	
16
		set("identifie", false);
12
	public static final String PREFIXE = "cp";
17
	}
13
	
18
	
14
	public Utilisateur(String id, boolean identifie) {
19
	public Utilisateur(String id, boolean identifie) {