Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 602 Rev 748
Line 8... Line 8...
8
import com.google.gwt.i18n.client.DateTimeFormat;
8
import com.google.gwt.i18n.client.DateTimeFormat;
9
import com.google.gwt.json.client.JSONObject;
9
import com.google.gwt.json.client.JSONObject;
Line 10... Line 10...
10
 
10
 
Line -... Line 11...
-
 
11
public class Structure extends aDonnee {
-
 
12
	
11
public class Structure extends aDonnee {
13
	private static final long serialVersionUID = -5623886668593288218L;
12
	
14
 
13
	public static final String PREFIXE = "cs";
15
	public static final String PREFIXE = "cs";
-
 
16
	public static final String URL_SITE = "WEB";
14
	public static final String URL_SITE = "WEB";
17
	public static final String URL_LOGO = "LOGO";
15
	public static final String URL_LOGO = "LOGO";
18
	
16
	private BaseModelData urls = null;
19
	private BaseModelData urls = null;
17
	private StructureAPersonneListe personnel = null;
20
	private StructureAPersonneListe personnel = null;
Line 18... Line -...
18
	private StructureValorisation valorisation = null;
-
 
19
	private StructureConservation conservation = null;
-
 
20
	
-
 
21
	/**
-
 
22
	 * Constructeur vide
21
	private StructureValorisation valorisation = null;
23
	 * 
22
	private StructureConservation conservation = null;
24
	 */
23
	
25
	public Structure() {
24
	public Structure() {
Line 26... Line -...
26
		// Constructions du tableau des urls interne
-
 
27
		urls = new BaseModelData();
-
 
28
	}
-
 
29
	
-
 
30
	/**
-
 
31
	 * Constructeur avec un objet JSON
25
		// Constructions du tableau des urls interne
32
	 * 
26
		urls = new BaseModelData();
33
	 * @param image
27
	}
Line 34... Line 28...
34
	 */
28
	
Line 58... Line 52...
58
				}
52
				}
59
			}
53
			}
60
		}
54
		}
61
	}
55
	}
Line -... Line 56...
-
 
56
	
-
 
57
	@Override
-
 
58
	protected String getPrefixe() {
-
 
59
		return PREFIXE;
-
 
60
	}
62
	
61
	
63
	public String getId() {
62
	public String getId() {
64
		return renvoyerValeurCorrecte("id_structure");
63
		return renvoyerValeurCorrecte("id_structure");
65
	}
64
	}
66
	public void setId(String idStructure) {
65
	public void setId(String idStructure) {