Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 935 Rev 1173
Line 13... Line 13...
13
	 * 
13
	 * 
14
	 */
14
	 */
15
	private static final long serialVersionUID = 1L;
15
	private static final long serialVersionUID = 1L;
Line 16... Line 16...
16
 
16
 
-
 
17
	private static final String PREFIXE = "cprv";
17
	private static final String PREFIXE = "cprv";
18
	public static String[] champsObligatoires = {"cpr_id_projet"};
18
 
19
	
19
	public ProjetVersion() {
20
	public ProjetVersion() {
20
		//this.set("mark_contact", false);
21
		//this.set("mark_contact", false);
21
		super();
22
		super();
Line 45... Line 46...
45
	@Override
46
	@Override
46
	protected String getPrefixe() {
47
	protected String getPrefixe() {
47
		return PREFIXE;
48
		return PREFIXE;
48
	}
49
	}
Line -... Line 50...
-
 
50
	
-
 
51
	protected String[] getChampsObligatoires()	{
-
 
52
		return champsObligatoires;
-
 
53
	}
49
	
54
	
50
	public String getIdVersion() {
55
	public String getIdVersion() {
51
		return renvoyerValeurCorrecte("id_version");
56
		return renvoyerValeurCorrecte("id_version");
Line 52... Line 57...
52
	}
57
	}