Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 867 Rev 869
Line 91... Line 91...
91
	}
91
	}
92
	public void setCode(String code) {
92
	public void setCode(String code) {
93
		this.set("truk_code", code);
93
		this.set("truk_code", code);
94
	}
94
	}
Line 95... Line -...
95
	
-
 
96
	// COTE
-
 
97
	public String getCote() {
-
 
98
		return renvoyerValeurCorrecte("cote");
-
 
99
	}
-
 
100
	public void setCote(String cote) {
-
 
101
		this.set("cote", cote);
-
 
102
	}
-
 
103
	
95
	
104
	// NOM
96
	// NOM
105
	public String getNom() {
97
	public String getNom() {
106
		return renvoyerValeurCorrecte("nom");
98
		return renvoyerValeurCorrecte("nom");
107
	}
99
	}
Line 179... Line 171...
179
	}
171
	}
180
	public void setTypeDepot(String typeDepot) {
172
	public void setTypeDepot(String typeDepot) {
181
		this.set("ce_type_depot", typeDepot);
173
		this.set("ce_type_depot", typeDepot);
182
	}
174
	}
Line -... Line 175...
-
 
175
	
-
 
176
	// COTE
-
 
177
	public String getCote() {
-
 
178
		return renvoyerValeurCorrecte("cote");
-
 
179
	}
-
 
180
	public void setCote(String cote) {
-
 
181
		this.set("cote", cote);
-
 
182
	}
-
 
183
	
-
 
184
	// DIMENSSION
-
 
185
	public String getDimenssion() {
-
 
186
		return renvoyerValeurCorrecte("dimenssion");
-
 
187
	}
-
 
188
	public void setDimenssion(String dimenssion) {
-
 
189
		this.set("dimenssion", dimenssion);
-
 
190
	}
-
 
191
	
-
 
192
	// CONDITION ACCÉS
-
 
193
	public String getConditionAcces() {
-
 
194
		return renvoyerValeurCorrecte("condition_acces");
-
 
195
	}
-
 
196
	public void setConditionAcces(String conditionAcces) {
-
 
197
		this.set("condition_acces", conditionAcces);
-
 
198
	}
-
 
199
	
-
 
200
	// CONDITION USAGE
-
 
201
	public String getConditionUsage() {
-
 
202
		return renvoyerValeurCorrecte("condition_usage");
-
 
203
	}
-
 
204
	public void setConditionUsage(String conditionUsage) {
-
 
205
		this.set("condition_usage", conditionUsage);
-
 
206
	}
-
 
207
	
-
 
208
	// COUVERTURE VERNACULAIRE
-
 
209
	public String getCouvertureVernaculaire() {
-
 
210
		return renvoyerValeurCorrecte("truk_couverture_vernaculaire");
-
 
211
	}
-
 
212
	public void setCouvertureVernaculaire(String couvertureVernaculaire) {
-
 
213
		this.set("truk_couverture_vernaculaire", couvertureVernaculaire);
-
 
214
	}
-
 
215
	
-
 
216
	// COUVERTURE TAXONOMIQUE
-
 
217
	public String getCouvertureTaxonomique() {
-
 
218
		return renvoyerValeurCorrecte("truk_couverture_taxonomique");
-
 
219
	}
-
 
220
	public void setCouvertureTaxonomique(String couvertureTaxonomique) {
-
 
221
		this.set("truk_couverture_taxonomique", couvertureTaxonomique);
-
 
222
	}
-
 
223
	
-
 
224
	// COUVERTURE REGNE
-
 
225
	public String getCouvertureRegne() {
-
 
226
		return renvoyerValeurCorrecte("truk_couverture_regne");
-
 
227
	}
-
 
228
	public void setCouvertureRegne(String couvertureRegne) {
-
 
229
		this.set("truk_couverture_regne", couvertureRegne);
-
 
230
	}
-
 
231
	
-
 
232
	// COUVERTURE TEMPORELLE
-
 
233
	public String getCouvertureTemporelle() {
-
 
234
		return renvoyerValeurCorrecte("truk_couverture_temporelle");
-
 
235
	}
-
 
236
	public void setCouvertureTemporelle(String couvertureTemporelle) {
-
 
237
		this.set("truk_couverture_temporelle", couvertureTemporelle);
-
 
238
	}
-
 
239
	
-
 
240
	// COUVERTURE VIE
-
 
241
	public String getCouvertureVie() {
-
 
242
		return renvoyerValeurCorrecte("truk_couverture_vie");
-
 
243
	}
-
 
244
	public void setCouvertureVie(String couvertureVie) {
-
 
245
		this.set("truk_couverture_Vie", couvertureVie);
-
 
246
	}
-
 
247
	
-
 
248
	// CONSERVATION STATUT
-
 
249
	public String getConservationStatut() {
-
 
250
		return renvoyerValeurCorrecte("truk_conservation_statut");
-
 
251
	}
-
 
252
	public void setConservationStatut(String conservationStatut) {
-
 
253
		this.set("truk_conservation_statut", conservationStatut);
-
 
254
	}
-
 
255
	
-
 
256
	// PRESERVATION
-
 
257
	public String getPreservation() {
-
 
258
		return renvoyerValeurCorrecte("truk_preservation");
-
 
259
	}
-
 
260
	public void setPreservation(String preservation) {
-
 
261
		this.set("truk_preservation", preservation);
-
 
262
	}
-
 
263
	
-
 
264
	// DEVELOPPEMENT
-
 
265
	public String getDeveloppement() {
-
 
266
		return renvoyerValeurCorrecte("ce_developpement");
-
 
267
	}
-
 
268
	public void setDeveloppement(String developpement) {
-
 
269
		this.set("ce_developpement", developpement);
-
 
270
	}
-
 
271
	
-
 
272
	// PERIODE CONSTITUTION
-
 
273
	public String getPeriodeConstitution() {
-
 
274
		return renvoyerValeurCorrecte("truk_periode_constitution");
-
 
275
	}
-
 
276
	public void setPeriodeConstitution(String periodeConstitution) {
-
 
277
		this.set("truk_periode_constitution", periodeConstitution);
-
 
278
	}
183
	
279
	
184
	// COUVERTURE LIEU
280
	// COUVERTURE LIEU
185
	public String getCouvertureLieu() {
281
	public String getCouvertureLieu() {
186
		return renvoyerValeurCorrecte("truk_couverture_lieu");
282
		return renvoyerValeurCorrecte("truk_couverture_lieu");
187
	}
283
	}
188
	public void setCouvertureLieu(String couvertureLieu) {
284
	public void setCouvertureLieu(String couvertureLieu) {
189
		this.set("truk_couverture_lieu", couvertureLieu);
285
		this.set("truk_couverture_lieu", couvertureLieu);
Line -... Line 286...
-
 
286
	}
-
 
287
	
-
 
288
	// COORDONNÉE
-
 
289
	public String getCoordonnee() {
-
 
290
		return renvoyerValeurCorrecte("truk_coordonnee");
-
 
291
	}
-
 
292
	public void setCoordonnee(String coordonnee) {
-
 
293
		this.set("truk_coordonnee", coordonnee);
190
	}
294
	}
191
	
295
	
192
	// SPECIMEN TYPE
296
	// SPECIMEN TYPE
193
	public String getSpecimenType() {
297
	public String getSpecimenType() {
194
		return renvoyerValeurCorrecte("ce_specimen_type");
298
		return renvoyerValeurCorrecte("ce_specimen_type");
Line 219... Line 323...
219
	}
323
	}
220
	public void setSpecimenTypeClassement(String specimenTypeClassement) {
324
	public void setSpecimenTypeClassement(String specimenTypeClassement) {
221
		this.set("ce_specimen_type_classement", specimenTypeClassement);
325
		this.set("ce_specimen_type_classement", specimenTypeClassement);
222
	}
326
	}
Line -... Line 327...
-
 
327
	
-
 
328
	// EXPEDITION NOM
-
 
329
	public String getExpeditionNom() {
-
 
330
		return renvoyerValeurCorrecte("expedition_nom");
-
 
331
	}
-
 
332
	public void setExpeditionNom(String expeditionNom) {
-
 
333
		this.set("expedition_nom", expeditionNom);
-
 
334
	}
-
 
335
	
-
 
336
	// DIGITAL MEDIUM
-
 
337
	public String getDigitalMedium() {
-
 
338
		return renvoyerValeurCorrecte("truk_digital_medium");
-
 
339
	}
-
 
340
	public void setDigitalMedium(String digitalMedium) {
-
 
341
		this.set("truk_digital_medium", digitalMedium);
-
 
342
	}
-
 
343
	
-
 
344
	// DIGITAL FORMAT
-
 
345
	public String getDigitalFormat() {
-
 
346
		return renvoyerValeurCorrecte("truk_digital_format");
-
 
347
	}
-
 
348
	public void setDigitalFormat(String digitalFormat) {
-
 
349
		this.set("truk_digital_format", digitalFormat);
-
 
350
	}
-
 
351
	
-
 
352
	// PUBLIC
-
 
353
	public boolean etrePublic() {
-
 
354
		String publicMark = getPublic();
-
 
355
		boolean estPublic = true;
-
 
356
		if (publicMark.equals("0")) {
-
 
357
			estPublic = false;
-
 
358
		}
-
 
359
		return estPublic;
-
 
360
	}
-
 
361
	public String getPublic() {
-
 
362
		return renvoyerValeurCorrecte("mark_public");
-
 
363
	}
-
 
364
	public void setBoolPublic(String publicBool) {
-
 
365
		this.set("mark_public", publicBool);
-
 
366
	}
223
	
367
	
224
	// +--------------------------------------------------------------------------------------------------------------+
368
	// +--------------------------------------------------------------------------------------------------------------+
225
	// STRUCTURE NOM
369
	// STRUCTURE NOM
226
	public String getStructureNom() {
370
	public String getStructureNom() {
227
		return renvoyerValeurCorrecte("structure_nom");
371
		return renvoyerValeurCorrecte("structure_nom");