Subversion Repositories eFlore/Applications.cel

Rev

Rev 89 | Go to most recent revision | Show entire file | Regard 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 33... Line 35...
33
		this.idParent = idParent;
35
		this.idParent = idParent;
Line 34... Line 36...
34
 
36
 
Line -... Line 37...
-
 
37
		
-
 
38
	}
-
 
39
	
-
 
40
	public void setLat(String la) {
-
 
41
		lat = la;
-
 
42
	}
-
 
43
	
Line -... Line 44...
-
 
44
	public void setLon(String lo) {
-
 
45
		lon = lo;
-
 
46
	}
-
 
47
 
-
 
48
	public String getLat() {
-
 
49
		return lat;
-
 
50
	}
Line 35... Line 51...
35
		
51
	
36
	}
52
	public String getLon() {
37
 
53
		return lon;