Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1233 Rev 1236
Line 246... Line 246...
246
	}
246
	}
247
	public String selectionnerTelephone(String type) {
247
	public String selectionnerTelephone(String type) {
248
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), type);
248
		return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), type);
249
	}
249
	}
Line 250... Line -...
250
	
-
 
251
	// FAX
-
 
252
	public String getFax() {
-
 
253
		return renvoyerValeurCorrecte("truk_fax");
250
	
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);
-
 
Line 263... Line 251...
263
	}	
251
 
264
	
252
	
265
/*
253
/*
266
	// TELEPHONE FIXE
254
	// TELEPHONE FIXE