Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1173 Rev 1210
Line 2... Line 2...
2
 
2
 
3
import java.util.LinkedList;
3
import java.util.LinkedList;
Line 4... Line 4...
4
import java.util.List;
4
import java.util.List;
-
 
5
 
Line 5... Line 6...
5
 
6
import org.tela_botanica.client.modeles.aDonnee;
Line 6... Line 7...
6
import org.tela_botanica.client.modeles.aDonnee;
7
import org.tela_botanica.client.util.Debug;
Line 321... Line 322...
321
	// PERIODE CONSTITUTION
322
	// PERIODE CONSTITUTION
322
	public String getPeriodeConstitution() {
323
	public String getPeriodeConstitution() {
323
		return renvoyerValeurCorrecte("truk_periode_constitution");
324
		return renvoyerValeurCorrecte("truk_periode_constitution");
324
	}
325
	}
325
	public void setPeriodeConstitution(String periodeConstitution) {
326
	public void setPeriodeConstitution(String periodeConstitution) {
-
 
327
		if (periodeConstitution.equals(new String("")))
-
 
328
			this.set("truk_periode_constitution", null);
-
 
329
		else
326
		this.set("truk_periode_constitution", periodeConstitution);
330
			this.set("truk_periode_constitution", periodeConstitution);
327
	}
331
	}
Line 328... Line 332...
328
	
332
	
329
	// COUVERTURE LIEU
333
	// COUVERTURE LIEU
330
	public String getCouvertureLieu() {
334
	public String getCouvertureLieu() {