Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1591 Rev 1764
Line 138... Line 138...
138
	public void setId(String personneId) {
138
	public void setId(String personneId) {
139
		if (removePrefix) this.set("id_personne", personneId);
139
		if (removePrefix) this.set("id_personne", personneId);
140
		else this.set(PREFIXE+"_id_personne", personneId);
140
		else this.set(PREFIXE+"_id_personne", personneId);
141
	}
141
	}
Line 142... Line -...
142
	
-
 
143
	// ID PROJET
-
 
144
	public String getIdProjet() {
-
 
145
		return renvoyerValeurCorrecte("ce_projet");
-
 
146
	}
-
 
147
	
142
	
148
	// NOM COMPLET
143
	// NOM COMPLET
149
	public String getNomComplet() {
144
	public String getNomComplet() {
150
		return renvoyerValeurCorrecte("fmt_nom_complet");
145
		return renvoyerValeurCorrecte("fmt_nom_complet");
151
	}
146
	}