Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 912 Rev 1173
Line 9... Line 9...
9
public class Utilisateur extends aDonnee {
9
public class Utilisateur extends aDonnee {
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
	private static final long serialVersionUID = -4016615552202089985L;
11
	private static final long serialVersionUID = -4016615552202089985L;
-
 
12
	
Line 12... Line 13...
12
	
13
	public static final String PREFIXE = "cp";
13
	public static final String PREFIXE = "cp";
14
	public static String[] champsObligatoires = {"cp_id_personne"};
14
	
15
	
Line 43... Line 44...
43
	
44
	
44
	@Override
45
	@Override
45
	protected String getPrefixe() {
46
	protected String getPrefixe() {
46
		return PREFIXE;
47
		return PREFIXE;
-
 
48
	}
-
 
49
	
-
 
50
	protected String[] getChampsObligatoires()	{
-
 
51
		return champsObligatoires;
Line 47... Line 52...
47
	}
52
	}
48
 
53
 
49
	private void initialiserUtilisateur(String id, boolean etreIdentifie) {
54
	private void initialiserUtilisateur(String id, boolean etreIdentifie) {
50
		setId(id);
55
		setId(id);