Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1136 Rev 1150
Line 21... Line 21...
21
	
21
	
22
	private BaseModelData urls = null;
22
	private BaseModelData urls = null;
23
	private StructureAPersonneListe personnel = null;
23
	private StructureAPersonneListe personnel = null;
24
	private StructureValorisation valorisation = null;
24
	private StructureValorisation valorisation = null;
-
 
25
	private StructureConservation conservation = null;
Line 25... Line 26...
25
	private StructureConservation conservation = null;
26
	public static String[] champsObligatoires = {"cs_id_structure", "csc_id_structure", "csv_id_structure"};
26
	
27
	
27
	public Structure() {
28
	public Structure() {
28
		// Constructions du tableau des urls interne
29
		// Constructions du tableau des urls interne
Line 60... Line 61...
60
	@Override
61
	@Override
61
	protected String getPrefixe() {
62
	protected String getPrefixe() {
62
		return PREFIXE;
63
		return PREFIXE;
63
	}
64
	}
Line -... Line 65...
-
 
65
	
-
 
66
	protected String[] getChampsObligatoires()	{
-
 
67
		return champsObligatoires;
-
 
68
	}
64
	
69
	
65
	public String getId() {
70
	public String getId() {
66
		return renvoyerValeurCorrecte("id_structure");
71
		return renvoyerValeurCorrecte("id_structure");
67
	}
72
	}
68
	public void setId(String idStructure) {
73
	public void setId(String idStructure) {