Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1014 Rev 1173
Line 9... Line 9...
9
 
9
 
Line 10... Line 10...
10
	private static final long serialVersionUID = 4142843068041690126L;
10
	private static final long serialVersionUID = 4142843068041690126L;
11
 
11
 
-
 
12
	private static final String PREFIXE = "cpu";
Line 12... Line 13...
12
	private static final String PREFIXE = "cpu";
13
	private Structure editeur = null;
13
	private Structure editeur = null;
14
	public static String[] champsObligatoires = {"cpu_id_publication"};
Line 14... Line 15...
14
	
15
	
Line 23... Line 24...
23
	@Override
24
	@Override
24
	protected String getPrefixe() {
25
	protected String getPrefixe() {
25
		return PREFIXE;
26
		return PREFIXE;
26
	}
27
	}
Line -... Line 28...
-
 
28
		
-
 
29
	protected String[] getChampsObligatoires()	{
-
 
30
		return champsObligatoires;
-
 
31
	}
27
		
32
	
28
	public void setStructureEditeur(Structure structure) {
33
	public void setStructureEditeur(Structure structure) {
29
		editeur = structure;
34
		editeur = structure;
Line 30... Line 35...
30
	}
35
	}