Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 157 Rev 211
Line 366... Line 366...
366
	public void mettreAjourMotsCles(String motsClesEnCours) {
366
	public void mettreAjourMotsCles(String motsClesEnCours) {
Line 367... Line 367...
367
 
367
 
Line 368... Line 368...
368
		put("ci_meta_mots_cles", motsClesEnCours);
368
		put("ci_meta_mots_cles", motsClesEnCours);
-
 
369
 
-
 
370
	}
-
 
371
	
-
 
372
	/**
-
 
373
	 * Accesseur pour le nom original
-
 
374
	 * 
-
 
375
	 * @return le nom orginal de l'image
-
 
376
	 */
-
 
377
	public String getNomOriginal() {
Line 369... Line 378...
369
 
378
		return renvoyerValeurCorrecte("ci_nom_original");