Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 869 Rev 883
Line 6... Line 6...
6
	
6
	
Line 7... Line 7...
7
	private static final long serialVersionUID = 3295310312337145716L;
7
	private static final long serialVersionUID = 3295310312337145716L;
8
	
8
	
-
 
9
	public static final String PREFIXE = "cc";
-
 
10
	private CollectionBotanique botanique = null;
Line 9... Line 11...
9
	public static final String PREFIXE = "cc";
11
	private CollectionAPersonneListe personnesLiees = null;
10
	private CollectionBotanique botanique = null;
12
	private CollectionAPublicationListe publicationsLiees = null;
Line 11... Line 13...
11
	
13
	
Line 27... Line 29...
27
	}
29
	}
28
	public void setBotanique(CollectionBotanique botaniqueAStocker) {
30
	public void setBotanique(CollectionBotanique botaniqueAStocker) {
29
		botanique = botaniqueAStocker;
31
		botanique = botaniqueAStocker;
30
	}
32
	}
Line -... Line 33...
-
 
33
	
-
 
34
	// PERSONNES LIÉES
-
 
35
	public CollectionAPersonneListe getPersonnesLiees() {
-
 
36
		return personnesLiees;
-
 
37
	}
-
 
38
	public void setPersonnesLiees(CollectionAPersonneListe relationsCollectionAPersonne) {
-
 
39
		personnesLiees = relationsCollectionAPersonne;
-
 
40
	}
-
 
41
	
-
 
42
	// PUBLICATIONS LIÉES
-
 
43
	public CollectionAPublicationListe getPublicationsLiees() {
-
 
44
		return publicationsLiees;
-
 
45
	}
-
 
46
	public void setPublicationsLiees(CollectionAPublicationListe relationsCollectionAPublication) {
-
 
47
		publicationsLiees = relationsCollectionAPublication;
-
 
48
	}
31
	
49
	
32
	// ID
50
	// ID
33
	public String getId() {
51
	public String getId() {
34
		return renvoyerValeurCorrecte("id_collection");
52
		return renvoyerValeurCorrecte("id_collection");
35
	}
53
	}
Line 372... Line 390...
372
	}
390
	}
Line 373... Line 391...
373
	
391
	
374
	// STRUCTURE VILLE
392
	// STRUCTURE VILLE
375
	public String getStructureVille() {
393
	public String getStructureVille() {
376
		return renvoyerValeurCorrecte("structure_ville");
394
		return renvoyerValeurCorrecte("structure_ville");
377
	}	
395
	}
378
}
396
}