Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1150 Rev 1171
Line 114... Line 114...
114
	}
114
	}
Line 115... Line 115...
115
	
115
	
116
	public String getDescription() {
116
	public String getDescription() {
117
		return renvoyerValeurCorrecte("description");
117
		return renvoyerValeurCorrecte("description");
-
 
118
	}
-
 
119
	public void setDescription(String description) {
-
 
120
		this.set("description", description);
Line 118... Line 121...
118
	}
121
	}
119
	
122
	
120
	public String getType() {
123
	public String getType() {
121
		return renvoyerValeurCorrecte("ce_type");
124
		return renvoyerValeurCorrecte("ce_type");
Line 146... Line 149...
146
	}
149
	}
Line 147... Line 150...
147
	
150
	
148
	public String getAdresseComplement() {
151
	public String getAdresseComplement() {
149
		return renvoyerValeurCorrecte("adresse_02");
152
		return renvoyerValeurCorrecte("adresse_02");
-
 
153
	}
-
 
154
	public void setAdresseComplement(String adr) {
-
 
155
		this.set("adresse_02", adr);
Line 150... Line 156...
150
	}
156
	}
151
 
157
 
152
	public String getDateFondationFormatMysql() {
158
	public String getDateFondationFormatMysql() {
153
		return renvoyerValeurCorrecte("date_fondation");
159
		return renvoyerValeurCorrecte("date_fondation");
Line 208... Line 214...
208
	}
214
	}
Line 209... Line 215...
209
	
215
	
210
	public String getLatitude() {
216
	public String getLatitude() {
211
		return renvoyerValeurCorrecte("latitude");
217
		return renvoyerValeurCorrecte("latitude");
-
 
218
	}
-
 
219
	public void setLatitude(String latitude) {
-
 
220
		latitude = latitude.replace(".", ",");
-
 
221
		this.set("latitude", latitude);
Line 212... Line 222...
212
	}
222
	}
213
 
223
 
214
	public String getLongitude() {
224
	public String getLongitude() {
-
 
225
		return renvoyerValeurCorrecte("longitude");
-
 
226
	}
-
 
227
	public void setLongitude(String longitude) {
-
 
228
		longitude = longitude.replace(".", ",");
Line 215... Line 229...
215
		return renvoyerValeurCorrecte("longitude");
229
		this.set("longitude", longitude);
216
	}
230
	}
217
	
231
	
218
	// TELEPHONE
232
	// TELEPHONE
Line 294... Line 308...
294
	}
308
	}
Line 295... Line 309...
295
	
309
	
296
	public String getConditionAcces() {
310
	public String getConditionAcces() {
297
		return renvoyerValeurCorrecte("condition_acces");
311
		return renvoyerValeurCorrecte("condition_acces");
-
 
312
	}
-
 
313
	public void setConditionAcces(String acces) {
-
 
314
		this.set("condition_acces", acces);
Line 298... Line 315...
298
	}
315
	}
299
 
316
 
300
	public String getConditionUsage() {
317
	public String getConditionUsage() {
-
 
318
		return renvoyerValeurCorrecte("condition_usage");
-
 
319
	}
-
 
320
	public void setConditionUsage(String usage) {
Line 301... Line 321...
301
		return renvoyerValeurCorrecte("condition_usage");
321
		this.set("condition_usage", usage);
302
	}
322
	}
303
	
323
	
304
	public StructureAPersonneListe getPersonnel() {
324
	public StructureAPersonneListe getPersonnel() {