Subversion Repositories eFlore/Applications.cel

Rev

Rev 65 | Rev 89 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65 Rev 72
Line 9... Line 9...
9
public class EntiteGeographiqueObservation {
9
public class EntiteGeographiqueObservation {
Line 10... Line 10...
10
 
10
 
-
 
11
 
11
 
12
	
-
 
13
	private String entite=null;
-
 
14
	private String idEntite=null;
Line 12... Line 15...
12
	
15
	private String idParent=null;
13
	private String entite=null;
16
	
Line 21... Line 24...
21
	/**
24
	/**
22
	 * @param commune
25
	 * @param commune
23
	 * @param departement
26
	 * @param departement
24
	 */
27
	 */
Line 25... Line 28...
25
	
28
	
Line 26... Line 29...
26
	public EntiteGeographiqueObservation(String entite, String parent) {
29
	public EntiteGeographiqueObservation(String entite, String idEntite, String idParent) {
-
 
30
		
27
		
31
		this.entite = entite;
Line 28... Line 32...
28
		this.entite = entite;
32
		this.idEntite = idEntite;
Line 36... Line 40...
36
	public String getEntite() {
40
	public String getEntite() {
37
		return entite;
41
		return entite;
38
	}
42
	}
Line -... Line 43...
-
 
43
 
-
 
44
 
-
 
45
	public String getIdEntite() {
-
 
46
		return idEntite;
-
 
47
	}
39
 
48
 
40
 
49
 
41
	public String getParent() {
50
	public String getIdParent() {