Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2553 Rev 2558
Line 12... Line 12...
12
	private String zoneGeo=null;
12
	private String zoneGeo=null;
13
	private String lieuDit=null;
13
	private String lieuDit=null;
14
	private String station=null;
14
	private String station=null;
15
	private String lat=null;
15
	private String lat=null;
16
	private String lon=null;
16
	private String lon=null;
-
 
17
	private String pays=null;
17
	private int zoom = 0; // si zoom <= 0, on l'ignore lors du rafraîchissement
18
	private int zoom = 0; // si zoom <= 0, on l'ignore lors du rafraîchissement
Line 18... Line 19...
18
 
19
 
19
	public EntiteGeographiqueObservation() {
20
	public EntiteGeographiqueObservation() {
Line 33... Line 34...
33
		this.idZoneGeo = idZoneGeo;
34
		this.idZoneGeo = idZoneGeo;
34
		this.zoneGeo = zoneGeo;
35
		this.zoneGeo = zoneGeo;
35
		this.lieuDit = lieuDit;
36
		this.lieuDit = lieuDit;
36
		this.station = station;
37
		this.station = station;
37
	}
38
	}
-
 
39
	
-
 
40
	public void setPays(String pays) {
-
 
41
		this.pays = pays;
-
 
42
	}
-
 
43
	
-
 
44
	public String getPays() {
-
 
45
		return pays;
-
 
46
	}
Line 38... Line 47...
38
 
47
 
39
	public void setLat(String la) {
48
	public void setLat(String la) {
40
		lat = la;
49
		lat = la;