Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 252 Rev 257
Line 1... Line 1...
1
package org.tela_botanica.client.modeles;
1
package org.tela_botanica.client.modeles;
Line 2... Line 2...
2
 
2
 
3
/**
3
/**
4
 * 
4
 * 
5
 * Classe representant une entite geographique (localite, commune, lieu dit) presente dans la liste des observations
5
 * Classe representant une idLocalite geographique (localite, commune, lieu dit) presente dans la liste des observations
6
 * 
6
 * 
Line 7... Line 7...
7
 */
7
 */
Line -... Line 8...
-
 
8
 
8
 
9
public class EntiteGeographiqueObservation {
9
public class EntiteGeographiqueObservation {
10
 
10
 
11
 
11
 
12
	
12
	
13
	private String idLocalite=null;
Line 26... Line 27...
26
	/**
27
	/**
27
	 * @param commune
28
	 * @param commune
28
	 * @param departement
29
	 * @param departement
29
	 */
30
	 */
Line 30... Line 31...
30
	
31
	
31
	public EntiteGeographiqueObservation(String entite, String idEntite, String idParent) {
-
 
32
		
-
 
33
		this.entite = entite;
-
 
34
		this.idEntite = idEntite;
-
 
35
		this.idParent = idParent;
-
 
Line -... Line 32...
-
 
32
	public EntiteGeographiqueObservation(String idLocalite, String commune, String lieuDit, String station) {
-
 
33
		
-
 
34
		this.idLocalite = idLocalite;
-
 
35
		this.commune = commune;
-
 
36
		this.lieuDit = lieuDit;
36
 
37
		this.station = station;
Line 37... Line 38...
37
		
38
	
38
	}
39
	}
39
	
40
	
Line 51... Line 52...
51
	
52
	
52
	public String getLon() {
53
	public String getLon() {
53
		return lon;
54
		return lon;
Line 54... Line 55...
54
	}
55
	}
55
 
56
 
56
	public String getIdLocation() {
57
	public String getIdLocalite() {
Line 57... Line 58...
57
		return entite;
58
		return idLocalite;
58
	}
59
	}
59
 
60
 
Line 60... Line 61...
60
 
61
 
-
 
62
	public String getCommune() {
-
 
63
		return commune;
-
 
64
	}
-
 
65
 
61
	public String getLocation() {
66
 
62
		return idEntite;
67
	public String getLieuDit() {