Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1192 Rev 1233
Line 239... Line 239...
239
	}
239
	}
240
	public void setTelephone(String tel) {
240
	public void setTelephone(String tel) {
241
		this.set("truk_telephone", tel);
241
		this.set("truk_telephone", tel);
242
	}
242
	}
Line -... Line 243...
-
 
243
	
-
 
244
	public void ajouterTelephone(String type, Object valeur) {
-
 
245
		ajouterChaineDenormaliseAvecType("truk_telephone", type, valeur);
-
 
246
	}
-
 
247
	public String selectionnerTelephone(String type) {
-
 
248
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), type);
-
 
249
	}
-
 
250
	
-
 
251
	// FAX
-
 
252
	public String getFax() {
-
 
253
		return renvoyerValeurCorrecte("truk_fax");
-
 
254
	}
-
 
255
	public void setFax(String f) {
-
 
256
		this.set("truk_fax", f);
-
 
257
	}
-
 
258
	public void ajouterFax(Object valeur) {
-
 
259
		ajouterChaineDenormalise("truk_fax", valeur);
-
 
260
	}
-
 
261
	public String selectionnerFax(int position) {
-
 
262
		return getInfoDenormaliseParPosition(renvoyerValeurCorrecte("truk_fax"), position);
-
 
263
	}	
-
 
264
	
243
	
265
/*
244
	// TELEPHONE FIXE
266
	// TELEPHONE FIXE
245
	public String getTelephoneFixe() {
267
	public String getTelephoneFixe() {
246
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), Personne.TELEPHONE_FIXE);
268
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), Personne.TELEPHONE_FIXE);
247
	}
269
	}
Line 254... Line 276...
254
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), Personne.TELEPHONE_FAX);
276
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), Personne.TELEPHONE_FAX);
255
	}
277
	}
256
	public void setFax(String fax) {
278
	public void setFax(String fax) {
257
		modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
279
		modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
258
	}
280
	}
-
 
281
*/
Line 259... Line 282...
259
	
282
	
260
	// COURRIEL
283
	// COURRIEL
261
	public String getCourriel() {
284
	public String getCourriel() {
262
		return renvoyerValeurCorrecte("courriel");
285
		return renvoyerValeurCorrecte("courriel");