Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 748 Rev 804
Line 40... Line 40...
40
	protected String getPrefixe() {
40
	protected String getPrefixe() {
41
		return PREFIXE;
41
		return PREFIXE;
42
	}
42
	}
Line 43... Line 43...
43
	
43
	
44
	public String getId() {
44
	public String getId() {
45
		return (String) renvoyerValeurCorrecte("id_projet");
45
		return renvoyerValeurCorrecte("id_projet");
Line 46... Line 46...
46
	}
46
	}
47
	
47
	
-
 
48
	public String getNom() {
-
 
49
		return renvoyerValeurCorrecte("nom");
-
 
50
	}
-
 
51
	
48
	public String getNom() {
52
	public String getAbreviation() {
Line 49... Line 53...
49
		return (String) renvoyerValeurCorrecte("nom");
53
		return renvoyerValeurCorrecte("abreviation");