Subversion Repositories eFlore/Applications.coel

Rev

Rev 1284 | Rev 1319 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1284 Rev 1292
Line 281... Line 281...
281
	}
281
	}
282
	public void setFax(String fax) {
282
	public void setFax(String fax) {
283
		modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
283
		modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
284
	}
284
	}
Line -... Line 285...
-
 
285
 
285
	
286
	
286
	// COURRIEL
287
	// COURRIEL
287
	public String getCourriel() {
288
	public String getCourriel() {
288
		return renvoyerValeurCorrecte("courriel");
289
		return renvoyerValeurCorrecte("courriel");
289
	}
290
	}