Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1784 Rev 1925
Line 1... Line 1...
1
package org.tela_botanica.client.modeles.collection;
1
package org.tela_botanica.client.modeles.collection;
Line 2... Line 2...
2
 
2
 
3
import java.util.Iterator;
-
 
4
import java.util.LinkedList;
-
 
5
import java.util.List;
3
import java.util.Iterator;
6
import java.util.Map;
4
import java.util.Map;
Line 7... Line 5...
7
import java.util.Set;
5
import java.util.Set;
8
 
-
 
Line 9... Line 6...
9
import org.tela_botanica.client.modeles.aDonnee;
6
 
10
import org.tela_botanica.client.util.Debug;
7
import org.tela_botanica.client.modeles.aDonnee;
Line 11... Line 8...
11
 
8
 
Line 297... Line 294...
297
	public void setDeveloppement(String developpement) {
294
	public void setDeveloppement(String developpement) {
298
		this.set("ce_developpement", developpement);
295
		this.set("ce_developpement", developpement);
299
	}
296
	}
Line 300... Line 297...
300
	
297
	
301
	// PERIODE CONSTITUTION
298
	// PERIODE CONSTITUTION
302
	public String getPeriodeConstitution() {
299
	public String getPeriodeConstitutionDebut() {
303
		return renvoyerValeurCorrecte("truk_periode_constitution");
300
		return renvoyerValeurCorrecte("periode_constitution_debut");
304
	}
301
	}
305
	public void setPeriodeConstitution(String periodeConstitution) {
302
	public void setPeriodeConstitutionDebut(Integer periodeConstitution) {
306
		if (periodeConstitution.equals(new String("")))
303
		if (periodeConstitution.equals(new Integer("")))
307
			this.set("truk_periode_constitution", null);
304
			this.set("periode_constitution_debut", null);
-
 
305
		else
-
 
306
			this.set("periode_constitution_debut", periodeConstitution);
-
 
307
	}
-
 
308
	
-
 
309
	public String getPeriodeConstitutionFin() {
-
 
310
		return renvoyerValeurCorrecte("periode_constitution_fin");
-
 
311
	}
-
 
312
	public void setPeriodeConstitutionFin(Integer periodeConstitution) {
-
 
313
		if (periodeConstitution.equals(new Integer("")))
-
 
314
			this.set("periode_constitution_fin", null);
308
		else
315
		else
309
			this.set("truk_periode_constitution", periodeConstitution);
316
			this.set("periode_constitution_fin", periodeConstitution);
Line 310... Line 317...
310
	}
317
	}
311
	
318
	
312
	// COUVERTURE LIEU
319
	// COUVERTURE LIEU