Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 935 Rev 948
Line 25... Line 25...
25
		return PREFIXE;
25
		return PREFIXE;
26
	}
26
	}
Line 27... Line 27...
27
	
27
	
28
	// BOTANIQUE
28
	// BOTANIQUE
-
 
29
	public CollectionBotanique getBotanique() {
-
 
30
		if (botanique == null) {
-
 
31
			botanique = new CollectionBotanique();
29
	public CollectionBotanique getBotanique() {
32
		}
30
		return botanique;
33
		return botanique;
31
	}
34
	}
32
	public void setBotanique(CollectionBotanique botaniqueAStocker) {
35
	public void setBotanique(CollectionBotanique botaniqueAStocker) {
33
		botanique = botaniqueAStocker;
36
		botanique = botaniqueAStocker;