Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1319 Rev 1329
Line 7... Line 7...
7
import org.tela_botanica.client.modeles.aDonnee;
7
import org.tela_botanica.client.modeles.aDonnee;
8
import org.tela_botanica.client.modeles.personne.Personne;
8
import org.tela_botanica.client.modeles.personne.Personne;
9
import org.tela_botanica.client.util.UtilString;
9
import org.tela_botanica.client.util.UtilString;
Line 10... Line 10...
10
 
10
 
-
 
11
import com.extjs.gxt.ui.client.data.BaseModelData;
11
import com.extjs.gxt.ui.client.data.BaseModelData;
12
import com.extjs.gxt.ui.client.data.ModelData;
12
import com.google.gwt.i18n.client.DateTimeFormat;
13
import com.google.gwt.i18n.client.DateTimeFormat;
Line 13... Line 14...
13
import com.google.gwt.json.client.JSONObject;
14
import com.google.gwt.json.client.JSONObject;
Line 29... Line 30...
29
	public Structure() {
30
	public Structure() {
30
		// Constructions du tableau des urls interne
31
		// Constructions du tableau des urls interne
31
		urls = new BaseModelData();
32
		urls = new BaseModelData();
32
	}
33
	}
Line -... Line 34...
-
 
34
	
-
 
35
	public Structure(ModelData model)
-
 
36
	{		
-
 
37
		this.set("id_structure", model.get("cs_id_structure"));
-
 
38
		this.set("nom", model.get("cs_nom"));
-
 
39
	}
33
	
40
	
34
	public Structure(JSONObject institution) {
41
	public Structure(JSONObject institution) {
35
		// Constructions du tableau des urls interne
42
		// Constructions du tableau des urls interne
Line 36... Line 43...
36
		urls = new BaseModelData();
43
		urls = new BaseModelData();