Subversion Repositories eFlore/Applications.del

Rev

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

Rev 141 Rev 147
Line 20... Line 20...
20
 
20
 
Line 21... Line 21...
21
	private String localite;
21
	private String localite;
Line 22... Line -...
22
 
-
 
23
	private String date;
-
 
24
 
-
 
25
	private String url;
-
 
26
 
22
 
Line 27... Line 23...
27
	private String idImage;
23
	private String date;
Line 28... Line 24...
28
 
24
 
Line 29... Line 25...
29
	private String numNomenclatural;
25
	private String numNomenclatural;
Line 30... Line 26...
30
 
26
 
31
	private List<String> motsClefs = new ArrayList<String>();
27
	private List<String> motsClefs = new ArrayList<String>();
32
 
28
 
Line 80... Line 76...
80
 
76
 
81
	public void setDate(String date) {
77
	public void setDate(String date) {
82
		this.date = date;
78
		this.date = date;
Line 83... Line -...
83
	}
-
 
84
 
-
 
85
	public String getUrl() {
-
 
86
		return url;
-
 
87
	}
-
 
88
 
-
 
89
	public void setUrl(String url) {
-
 
90
		this.url = url;
-
 
91
	}
79
	}
92
 
80
 
93
	public String getNumNomenclatural() {
81
	public String getNumNomenclatural() {
Line 94... Line 82...
94
		return numNomenclatural;
82
		return numNomenclatural;
95
	}
83
	}
96
 
84
 
Line 97... Line -...
97
	public void setNumNomenclatural(String numNomenclatural) {
-
 
98
		this.numNomenclatural = numNomenclatural;
-
 
99
	}
-
 
100
 
-
 
101
	public String getIdImage() {
-
 
102
		return idImage;
-
 
103
	}
-
 
104
 
-
 
105
	public void setIdImage(String idImage) {
85
	public void setNumNomenclatural(String numNomenclatural) {
106
		this.idImage = idImage;
86
		this.numNomenclatural = numNomenclatural;
107
	}
87
	}
Line 108... Line 88...
108
 
88
 
Line 120... Line 100...
120
 
100
 
121
	public void setMotsClefs(List<String> motsClefs) {
101
	public void setMotsClefs(List<String> motsClefs) {
122
		this.motsClefs = motsClefs;
102
		this.motsClefs = motsClefs;
Line 123... Line -...
123
	}
-
 
124
 
-
 
125
	public List<VoteProtocole> getVoteProtocoles() {
-
 
126
		return voteProtocoles;
-
 
127
	}
-
 
128
 
-
 
129
	public void setVoteProtocoles(List<VoteProtocole> voteProtocoles) {
-
 
130
		this.voteProtocoles = voteProtocoles;
-
 
131
	}
103
	}
132
 
104
 
133
	public void addImageCelValidationData(PropositionDetermination observationValidation) {
105
	public void addImageCelValidationData(PropositionDetermination observationValidation) {
134
		imageCelValidationDatas.add(observationValidation);
106
		imageCelValidationDatas.add(observationValidation);
135
		setChanged();
107
		setChanged();
Line 147... Line 119...
147
		}
119
		}
Line 148... Line 120...
148
 
120
 
149
		return propositionsTaxonDatas;
121
		return propositionsTaxonDatas;
Line -... Line 122...
-
 
122
	}
-
 
123
 
-
 
124
	public List<Image> getImages() {
-
 
125
		return images;
-
 
126
	}
-
 
127
 
-
 
128
	public void setImages(List<Image> images) {
-
 
129
		this.images = images;
150
	}
130
	}