Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 208 Rev 238
Line 45... Line 45...
45
	public String getId() {
45
	public String getId() {
46
		return (String) renvoyerValeurCorrecte("id_personne");
46
		return (String) renvoyerValeurCorrecte("id_personne");
47
	}
47
	}
Line 48... Line 48...
48
	
48
	
49
	public String getNom()	{
49
	public String getNom()	{
50
		return (String) renvoyerValeurCorrecte("cp_nom");
50
		return (String) renvoyerValeurCorrecte("nom");
Line 51... Line 51...
51
	}
51
	}
52
	
52
	
-
 
53
	public String getPrenom()	{
-
 
54
		return (String) renvoyerValeurCorrecte("prenom");
-
 
55
	}
-
 
56
	
53
	public String getPrenom()	{
57
	public String getNomComplet()	{
Line 54... Line 58...
54
		return (String) renvoyerValeurCorrecte("cp_prenom");
58
		return (String) renvoyerValeurCorrecte("fmt_nom_complet");
55
	}
59
	}
56
	
60