Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1014 Rev 1026
Line 8... Line 8...
8
public class Observation implements Serializable {
8
public class Observation implements Serializable {
Line 9... Line 9...
9
 
9
 
10
	private static final long serialVersionUID = 840032625524143547L;
10
	private static final long serialVersionUID = 840032625524143547L;
11
	private String id, auteur, idAuteur, nomAuteur, prenomAuteur, courrielAuteur, nomRetenu, famille, localite, idLocalite, 
11
	private String id, auteur, idAuteur, nomAuteur, prenomAuteur, courrielAuteur, nomRetenu, famille, localite, idLocalite, 
12
					dateTransmission, numNomenclatural, nomCommun, lieuDit, 
12
					dateTransmission, numNomenclatural, nomCommun, lieuDit, 
Line 13... Line 13...
13
					milieu, commentaire, dateReleve;
13
					milieu, commentaire, dateReleve, station;
Line 14... Line 14...
14
 
14
 
15
	private List<String> motsClefs = new ArrayList<String>();
15
	private List<String> motsClefs = new ArrayList<String>();
Line 41... Line 41...
41
 
41
 
42
	public void setNomCommun(String nomCommun) {
42
	public void setNomCommun(String nomCommun) {
43
		this.nomCommun = nomCommun;
43
		this.nomCommun = nomCommun;
Line -... Line 44...
-
 
44
	}
-
 
45
 
-
 
46
	public String getStation() {
-
 
47
		return this.station;
-
 
48
	}
-
 
49
	
-
 
50
	public void setStation(String station) {
-
 
51
		this.station = station;
44
	}
52
	}
45
 
53
	
46
	public String getLieuDit() {
54
	public String getLieuDit() {
Line 47... Line 55...
47
		return this.lieuDit;
55
		return this.lieuDit;