Subversion Repositories eFlore/Applications.coel

Rev

Rev 1030 | Rev 1292 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1030 Rev 1173
Line 9... Line 9...
9
	
9
	
Line 10... Line 10...
10
	private static final long serialVersionUID = 2278245640718653819L;
10
	private static final long serialVersionUID = 2278245640718653819L;
11
 
11
 
-
 
12
	public static final String PREFIXE = "cmlv";
Line 12... Line 13...
12
	public static final String PREFIXE = "cmlv";
13
	public static final String COLLECTION_NCD_HERBIER = "2157";
13
	public static final String COLLECTION_NCD_HERBIER = "2157";
14
	public static String[] champsObligatoires = {"cmlv_id_valeur"};
Line 14... Line 15...
14
 
15
	
Line 46... Line 47...
46
	@Override
47
	@Override
47
	protected String getPrefixe() {
48
	protected String getPrefixe() {
48
		return PREFIXE;
49
		return PREFIXE;
49
	}
50
	}
Line -... Line 51...
-
 
51
	
-
 
52
	protected String[] getChampsObligatoires()	{
-
 
53
		return champsObligatoires;
-
 
54
	}
50
	
55
	
51
	/** Accesseur à l'identifiant de la valeur.
56
	/** Accesseur à l'identifiant de la valeur.
52
	 * 
57
	 * 
53
	 * @return String l'identifiant de la valeur.
58
	 * @return String l'identifiant de la valeur.
54
	 */
59
	 */