Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1568 Rev 1764
Line 107... Line 107...
107
	}
107
	}
108
	public void setId(String idPublication) {
108
	public void setId(String idPublication) {
109
		setValeurCorrecte("id_publication", idPublication);
109
		setValeurCorrecte("id_publication", idPublication);
110
	}
110
	}
Line 111... Line -...
111
	
-
 
112
	public String getIdProjet() {
-
 
113
		return renvoyerValeurCorrecte("ce_projet");
-
 
114
	}
-
 
115
	public void setIdProjet(String idProjet) {
-
 
116
		setValeurCorrecte("ce_projet", idProjet);
-
 
117
	}
-
 
118
	
111
	
119
	public String getNomComplet() {
112
	public String getNomComplet() {
120
		return renvoyerValeurCorrecte("fmt_nom_complet");
113
		return renvoyerValeurCorrecte("fmt_nom_complet");
121
	}
114
	}
122
	public void setNomComplet(String nomComplet) {
115
	public void setNomComplet(String nomComplet) {