Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 89 Rev 252
Line 11... Line 11...
11
 
11
 
12
	
12
	
13
	private String entite=null;
13
	private String entite=null;
-
 
14
	private String idEntite=null;
-
 
15
	private String idParent=null;
Line 14... Line 16...
14
	private String idEntite=null;
16
	private String lat=null;
Line 32... Line 34...
32
		this.idEntite = idEntite;
34
		this.idEntite = idEntite;
33
		this.idParent = idParent;
35
		this.idParent = idParent;
Line 34... Line 36...
34
 
36
 
-
 
37
		
-
 
38
	}
-
 
39
	
-
 
40
	public void setLat(String la) {
-
 
41
		lat = la;
-
 
42
	}
-
 
43
	
-
 
44
	public void setLon(String lo) {
Line -... Line 45...
-
 
45
		lon = lo;
-
 
46
	}
-
 
47
 
35
		
48
	public String getLat() {
-
 
49
		return lat;
-
 
50
	}
-
 
51
	
Line 36... Line 52...
36
	}
52
	public String getLon() {
37
 
53
		return lon;
38
 
54
	}