Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 956 Rev 1173
Line 10... Line 10...
10
public class CollectionBotanique extends aDonnee {
10
public class CollectionBotanique extends aDonnee {
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
	private static final long serialVersionUID = -6659148189825855729L;
12
	private static final long serialVersionUID = -6659148189825855729L;
-
 
13
	
Line 13... Line 14...
13
	
14
	public static final String PREFIXE = "ccb";
14
	public static final String PREFIXE = "ccb";
15
	public static String[] champsObligatoires = {"ccb_id_collection"};
Line 15... Line 16...
15
	
16
	
Line 40... Line 41...
40
	@Override
41
	@Override
41
	protected String getPrefixe() {
42
	protected String getPrefixe() {
42
		return PREFIXE;
43
		return PREFIXE;
43
	}
44
	}
Line -... Line 45...
-
 
45
	
-
 
46
	protected String[] getChampsObligatoires()	{
-
 
47
		return champsObligatoires;
44
	
48
	}
45
	// ID
49
	// ID
46
	public String getId() {
50
	public String getId() {
47
		return renvoyerValeurCorrecte("id_collection");
51
		return renvoyerValeurCorrecte("id_collection");
48
	}
52
	}