Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 208 Rev 382
Line 15... Line 15...
15
	
15
	
16
	public static final String PREFIXE = "cs";
16
	public static final String PREFIXE = "cs";
17
	public static final String URL_SITE = "WEB";
17
	public static final String URL_SITE = "WEB";
18
	public static final String URL_LOGO = "LOGO";
18
	public static final String URL_LOGO = "LOGO";
-
 
19
	private BaseModelData urls = null;
-
 
20
	private StructureAPersonneListe personnel = null;
-
 
21
	private StructureValorisation valorisation = null;
-
 
22
	private StructureConservation conservation = null;
19
	private BaseModelData urls = null;
23
	
20
	/**
24
	/**
21
	 * Constructeur vide
25
	 * Constructeur vide
22
	 * 
26
	 * 
23
	 */
27
	 */
Line 271... Line 275...
271
 
275
 
272
	public String getConditionUsage() {
276
	public String getConditionUsage() {
273
		return (String) renvoyerValeurCorrecte("condition_usage");
277
		return (String) renvoyerValeurCorrecte("condition_usage");
Line -... Line 278...
-
 
278
	}
-
 
279
	
-
 
280
	public StructureAPersonneListe getPersonnel() {
-
 
281
		return personnel;
-
 
282
	}
-
 
283
	public void setPersonnel(StructureAPersonneListe personnelAStocker) {
-
 
284
		personnel = personnelAStocker;
-
 
285
	}
-
 
286
	
-
 
287
	public StructureValorisation getValorisation() {
-
 
288
		return valorisation;
-
 
289
	}
-
 
290
	public void setValorisation(StructureValorisation valorisationAStocker) {
-
 
291
		valorisation = valorisationAStocker;
-
 
292
	}
-
 
293
	
-
 
294
	public StructureConservation getConservation() {
-
 
295
		return conservation;
-
 
296
	}
-
 
297
	public void setConservation(StructureConservation conservationAStocker) {
-
 
298
		conservation = conservationAStocker;
274
	}
299
	}
275
	
300
	
Line 276... Line 301...
276
	public String toString() {
301
	public String toString() {
277
		String sortie = "";
302
		String sortie = "";