Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 775 Rev 867
Line 43... Line 43...
43
	}
43
	}
44
	public void setIdProjet(String idProjet) {
44
	public void setIdProjet(String idProjet) {
45
		this.set("ce_projet", idProjet);
45
		this.set("ce_projet", idProjet);
46
	}
46
	}
Line -... Line 47...
-
 
47
	
-
 
48
	// COLLECTION MERE ID
-
 
49
	public String getCollectionMereId() {
-
 
50
		return renvoyerValeurCorrecte("ce_mere");
-
 
51
	}
-
 
52
	public void setCollectionMereId(String collectionMereId) {
-
 
53
		this.set("ce_mere", collectionMereId);
-
 
54
	}
47
	
55
	
48
	// COLLECTION MERE NOM
56
	// COLLECTION MERE NOM
49
	public String getCollectionMereNom() {
57
	public String getCollectionMereNom() {
50
		return renvoyerValeurCorrecte("collection_mere_nom");
58
		return renvoyerValeurCorrecte("collection_mere_nom");
51
	}
59
	}
Line 171... Line 179...
171
	}
179
	}
172
	public void setTypeDepot(String typeDepot) {
180
	public void setTypeDepot(String typeDepot) {
173
		this.set("ce_type_depot", typeDepot);
181
		this.set("ce_type_depot", typeDepot);
174
	}
182
	}
Line -... Line 183...
-
 
183
	
-
 
184
	// COUVERTURE LIEU
-
 
185
	public String getCouvertureLieu() {
-
 
186
		return renvoyerValeurCorrecte("truk_couverture_lieu");
-
 
187
	}
-
 
188
	public void setCouvertureLieu(String couvertureLieu) {
-
 
189
		this.set("truk_couverture_lieu", couvertureLieu);
-
 
190
	}
-
 
191
	
-
 
192
	// SPECIMEN TYPE
-
 
193
	public String getSpecimenType() {
-
 
194
		return renvoyerValeurCorrecte("ce_specimen_type");
-
 
195
	}
-
 
196
	public void setSpecimenType(String specimenType) {
-
 
197
		this.set("ce_specimen_type", specimenType);
-
 
198
	}
-
 
199
	
-
 
200
	// SPECIMEN TYPE NOMBRE
-
 
201
	public String getSpecimenTypeNbre() {
-
 
202
		return renvoyerValeurCorrecte("specimen_type_nbre");
-
 
203
	}
-
 
204
	public void setSpecimenTypeNbre(String specimenTypeNbre) {
-
 
205
		this.set("specimen_type_nbre", specimenTypeNbre);
-
 
206
	}
-
 
207
	
-
 
208
	// SPECIMEN TYPE NOMBRE PRECISION
-
 
209
	public String getSpecimenTypeNbrePrecision() {
-
 
210
		return renvoyerValeurCorrecte("ce_specimen_type_nbre_precision");
-
 
211
	}
-
 
212
	public void setSpecimenTypeNbrePrecision(String specimenTypeNbrePrecision) {
-
 
213
		this.set("ce_specimen_type_nbre_precision", specimenTypeNbrePrecision);
-
 
214
	}
-
 
215
	
-
 
216
	// SPECIMEN TYPE CLASSEMENT
-
 
217
	public String getSpecimenTypeClassement() {
-
 
218
		return renvoyerValeurCorrecte("ce_specimen_type_classement");
-
 
219
	}
-
 
220
	public void setSpecimenTypeClassement(String specimenTypeClassement) {
-
 
221
		this.set("ce_specimen_type_classement", specimenTypeClassement);
-
 
222
	}
175
	
223
	
176
	// +--------------------------------------------------------------------------------------------------------------+
224
	// +--------------------------------------------------------------------------------------------------------------+
177
	// STRUCTURE NOM
225
	// STRUCTURE NOM
178
	public String getStructureNom() {
226
	public String getStructureNom() {
179
		return renvoyerValeurCorrecte("structure_nom");
227
		return renvoyerValeurCorrecte("structure_nom");