Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 628 Rev 748
Line 34... Line 34...
34
				this.set(cleObjet, valeur);
34
				this.set(cleObjet, valeur);
35
			}
35
			}
36
		}
36
		}
37
	}
37
	}
Line -... Line 38...
-
 
38
 
-
 
39
	@Override
-
 
40
	protected String getPrefixe() {
-
 
41
		return PREFIXE;
-
 
42
	}
38
 
43
	
39
	// BOTANIQUE
44
	// BOTANIQUE
40
	public CollectionBotanique getBotanique() {
45
	public CollectionBotanique getBotanique() {
41
		return botanique;
46
		return botanique;
42
	}
47
	}
Line 195... Line 200...
195
	}
200
	}
Line 196... Line 201...
196
	
201
	
197
	// STRUCTURE VILLE
202
	// STRUCTURE VILLE
198
	public String getStructureVille() {
203
	public String getStructureVille() {
199
		return renvoyerValeurCorrecte("structure_ville");
204
		return renvoyerValeurCorrecte("structure_ville");
200
	}
-
 
201
	
205
	}