Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 188 Rev 191
Line 38... Line 38...
38
				valeur = institution.get(cle).isString().stringValue();
38
				valeur = institution.get(cle).isString().stringValue();
39
			}
39
			}
40
			this.set(cleObjet, valeur);
40
			this.set(cleObjet, valeur);
41
		}
41
		}
42
	}
42
	}
43
	
43
 
-
 
44
	// FORMATION
44
	public String getFormationMark() {
45
	public String getFormation() {
45
		return renvoyerValeurCorrecte("mark_formation");
46
		return renvoyerValeurCorrecte("mark_formation");
46
	}
47
	}
47
	public void setFormationMark(String mf) {
48
	public void setFormation(String f) {
48
		this.set("mark_formation", mf);
49
		this.set("mark_formation", f);
49
	}
50
	}
Line -... Line 51...
-
 
51
	
50
	
52
	// FORMATION INFO
51
	public String getFormation() {
53
	public String getFormationInfo() {
52
		return renvoyerValeurCorrecte("formation");
54
		return renvoyerValeurCorrecte("formation");
53
	}
55
	}
54
	public void setFormation(String f) {
56
	public void setFormationInfo(String f) {
55
		this.set("formation", f);
57
		this.set("formation", f);
Line -... Line 58...
-
 
58
	}
56
	}
59
	
57
	
60
	// FORMATION INTÉRÊT
58
	public String getFormationInteret() {
61
	public String getFormationInteret() {
59
		return renvoyerValeurCorrecte("mark_formation_interet");
62
		return renvoyerValeurCorrecte("mark_formation_interet");
60
	}
63
	}
61
	public void setFormationInteret(String f) {
64
	public void setFormationInteret(String f) {
62
		this.set("mark_formation_interet", f);
65
		this.set("mark_formation_interet", f);
-
 
66
	}
63
	}
67
	
64
 
68
	// STOCKAGE LOCAL
65
	public String getStockageLocal() {
69
	public String getStockageLocal() {
66
		return renvoyerValeurCorrecte("truk_stockage_local");
70
		return renvoyerValeurCorrecte("truk_stockage_local");
67
	}
71
	}
68
	public void setStockageLocal(String sl) {
72
	public void setStockageLocal(String sl) {
69
		this.set("truk_stockage_local", sl);
73
		this.set("truk_stockage_local", sl);
70
	}
-
 
71
	public void setStockageLocal(String type, String valeur) {
-
 
72
		String chaineExistante = renvoyerValeurCorrecte("truk_stockage_local");
74
	}
73
		if (chaineExistante.equals("")) {
-
 
74
			this.set("truk_stockage_local", type+"##"+valeur);
-
 
75
		} else {
-
 
76
			this.set("truk_stockage_local", chaineExistante+";"+type+"##"+valeur);
75
	public void setStockageLocal(String type, Object valeur) {
Line -... Line 76...
-
 
76
		setChaineDenormalise("truk_stockage_local", type, valeur);
-
 
77
	}
-
 
78
	
-
 
79
	// STOCKAGE MEUBLE
77
		}
80
	public String getStockageMeuble() {
78
	}
81
		return renvoyerValeurCorrecte("truk_stockage_meuble");
79
	
82
	}
-
 
83
	public void setStockageMeuble(String sm) {
-
 
84
		this.set("truk_stockage_meuble", sm);
-
 
85
	}
Line -... Line 86...
-
 
86
	public void setStockageMeuble(String type, Object valeur) {
-
 
87
		setChaineDenormalise("truk_stockage_meuble", type, valeur);
-
 
88
	}
-
 
89
	
80
	public void setStockageMeuble(String sm) {
90
	// STOCKAGE PARAMÊTRE
81
		this.set("truk_stockage_meuble", sm);
91
	public String getStockageParametre() {
-
 
92
		return renvoyerValeurCorrecte("truk_stockage_parametre");
-
 
93
	}
-
 
94
	public void setStockageParametre(String sl) {
82
	}
95
		this.set("truk_stockage_parametre", sl);
Line -... Line 96...
-
 
96
	}
-
 
97
	public void setStockageParametre(String type, Object valeur) {
-
 
98
		setChaineDenormalise("truk_stockage_parametre", type, valeur);
-
 
99
	}
83
	
100
	
84
	public void setStockageParametre(String sl) {
101
	// COLLECTION COMMUNE
85
		this.set("truk_stockage_local", sl);
102
	public String getCollectionCommune() {
Line -... Line 103...
-
 
103
		return renvoyerValeurCorrecte("mark_collection_commune");
-
 
104
	}
-
 
105
	public void setCollectionCommune(String ccm) {
-
 
106
		this.set("mark_collection_commune", ccm);
86
	}
107
	}
87
	
108
	
88
	public void setCollectionCommune(String ccm) {
109
	// COLLECTION AUTRE
-
 
110
	public String getCollectionAutre() {
-
 
111
		return renvoyerValeurCorrecte("truk_collection_autre");
-
 
112
	}
Line -... Line 113...
-
 
113
	public void setCollectionAutre(String ca) {
-
 
114
		this.set("truk_collection_autre", ca);
-
 
115
	}
-
 
116
	public void setCollectionAutre(String type, Object valeur) {
89
		this.set("mark_collection_commune", ccm);
117
		setChaineDenormalise("truk_collection_autre", type, valeur);
90
	}
118
	}
91
	
119
	
Line -... Line 120...
-
 
120
	// ACCÈS CONTROLÉ
-
 
121
	public String getAccesControle() {
-
 
122
		return renvoyerValeurCorrecte("mark_acces_controle");
-
 
123
	}
92
	public void setCollectionAutre(String ca) {
124
	public void setAccesControle(String ac) {
93
		this.set("truk_collection_autre", ca);
125
		this.set("mark_acces_controle", ac);
94
	}
126
	}
Line -... Line 127...
-
 
127
	
-
 
128
	// RESTAURATION
-
 
129
	public String getRestauration() {
-
 
130
		return renvoyerValeurCorrecte("mark_restauration");
95
	
131
	}
96
	public void setAccesControle(String ac) {
132
	public void setRestauration(String ccm) {
97
		this.set("mark_acces_controle", ac);
133
		this.set("mark_restauration", ccm);
-
 
134
	}
-
 
135
	
-
 
136
	// RESTAURATION OPÉRATION
Line -... Line 137...
-
 
137
	public String getRestaurationOperation() {
-
 
138
		return renvoyerValeurCorrecte("truk_restauration_operation");
-
 
139
	}
-
 
140
	public void setRestaurationOperation(String ro) {
98
	}
141
		this.set("truk_restauration_operation", ro);
99
	
142
	}
100
	public void setRestauration(String ccm) {
143
	public void setRestaurationOperation(String type, Object valeur) {
Line -... Line 144...
-
 
144
		setChaineDenormalise("truk_restauration_operation", type, valeur);
-
 
145
	}
-
 
146
	
-
 
147
	// MATERIEL CONSERVATION
101
		this.set("mark_restauration", ccm);
148
	public String getMaterielConservation() {
102
	}
149
		return renvoyerValeurCorrecte("ce_materiel_conservation");
103
	
150
	}
-
 
151
	public void setMaterielConservation(String mc) {
-
 
152
		this.set("ce_materiel_conservation", mc);
-
 
153
	}
Line -... Line 154...
-
 
154
	
-
 
155
	// MATERIEL AUTRE
-
 
156
	public String getMaterielAutre() {
-
 
157
		return renvoyerValeurCorrecte("truk_materiel_autre");
104
	public void setRestaurationOperation(String ro) {
158
	}
105
		this.set("truk_restauration_operation", ro);
159
	public void setMaterielAutre(String ma) {
106
	}
160
		this.set("truk_materiel_autre", ma);
Line -... Line 161...
-
 
161
	}
-
 
162
	public void setMaterielAutre(String type, Object valeur) {
-
 
163
		setChaineDenormalise("truk_materiel_autre", type, valeur);
-
 
164
	}
107
	
165
	
108
	public void setMaterielConservation(String mc) {
166
	// TRAITEMENT
109
		this.set("ce_materiel_conservation", mc);
167
	public String getTraitement() {
-
 
168
		return renvoyerValeurCorrecte("mark_traitement");
-
 
169
	}
-
 
170
	public void setTraitement(String t) {
Line -... Line 171...
-
 
171
		this.set("mark_traitement", t);
-
 
172
	}
-
 
173
	
-
 
174
	// TRAITEMENTS
110
	}
175
	public String getTraitements() {
111
	
176
		return renvoyerValeurCorrecte("truk_traitement");
112
	public void setMaterielAutre(String ma) {
177
	}
Line -... Line 178...
-
 
178
	public void setTraitements(String t) {
-
 
179
		this.set("truk_traitement", t);
-
 
180
	}
-
 
181
	public void setTraitements(String type, Object valeur) {
113
		this.set("truk_materiel_autre", ma);
182
		setChaineDenormalise("truk_traitement", type, valeur);
114
	}
183
	}
115
	
184
	
Line -... Line 185...
-
 
185
	// ACQUISITION COLLECTION
-
 
186
	public String getAcquisitionCollection() {
-
 
187
		return renvoyerValeurCorrecte("mark_acquisition_collection");
-
 
188
	}
116
	public void setTraitement(String t) {
189
	public void setAcquisitionCollection(String ac) {
117
		this.set("mark_traitement", t);
190
		this.set("mark_acquisition_collection", ac);
118
	}
191
	}
Line -... Line 192...
-
 
192
	
-
 
193
	// ACQUISITION ECHANTILLON
-
 
194
	public String getAcquisitionEchantillon() {
-
 
195
		return renvoyerValeurCorrecte("mark_acquisition_echantillon");
119
	
196
	}
120
	public void setTraitements(String t) {
197
	public void setAcquisitionEchantillon(String ae) {
-
 
198
		this.set("mark_acquisition_echantillon", ae);
-
 
199
	}
-
 
200
	
121
		this.set("truk_traitement", t);
201
	// ACQUISITION TRAITEMENT
Line -... Line 202...
-
 
202
	public String getAcquisitionTraitement() {
-
 
203
		return renvoyerValeurCorrecte("mark_acquisition_traitement");
-
 
204
	}
-
 
205
	public void setAcquisitionTraitement(String at) {
122
	}
206
		this.set("mark_acquisition_traitement", at);
123
	
207
	}
124
	public void setAcquisitionCollection(String ac) {
208
	
125
		this.set("mark_acquisition_collection", ac);
-
 
126
	}
-
 
127
	
-
 
128
	public void setAcquisitionEchantillon(String ae) {
-
 
129
		this.set("mark_acquisition_echantillon", ae);
-
 
130
	}
209
	// ACQUISITION TRAITEMENT POISON
131
	
210
	public String getAcquisitionTraitementPoison() {
132
	public void setAcquisitionTraitement(String at) {
-
 
133
		this.set("mark_acquisition_traitement", at);
-
 
134
	}
-
 
135
	
-
 
136
	public void setAcquisitionTraitementPoison(String atp) {
-
 
137
		this.set("mark_acquisition_traitement_poison", atp);
211
		return renvoyerValeurCorrecte("truk_acquisition_traitement_poison");
138
	}
-
 
139
	
212
	}
140
	public void setAcquisitionTraitementInsecte(String ati) {
213
	public void setAcquisitionTraitementPoison(String atp) {