Subversion Repositories eFlore/Applications.cel

Rev

Rev 65 | Rev 89 | Go to most recent revision | Show entire file | Ignore 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
	
Line -... Line 13...
-
 
13
	private String entite=null;
-
 
14
	private String idEntite=null;
12
	
15
	private String idParent=null;
13
	private String entite=null;
16
	
Line 14... Line 17...
14
	private String parent=null;
17
	
15
	
18
 
16
	
19
	
17
	public EntiteGeographiqueObservation() {
20
	public EntiteGeographiqueObservation() {
Line 18... Line 21...
18
	}
21
	}
Line 19... Line 22...
19
 
22
 
-
 
23
	
20
	
24
	/**
Line 21... Line 25...
21
	/**
25
	 * @param commune
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() {