Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 935 Rev 1173
Line 10... Line 10...
10
public class StructureValorisation extends aDonnee {
10
public class StructureValorisation extends aDonnee {
Line 11... Line 11...
11
	
11
	
Line 12... Line 12...
12
	private static final long serialVersionUID = 8906713360999774621L;
12
	private static final long serialVersionUID = 8906713360999774621L;
-
 
13
 
Line 13... Line 14...
13
 
14
	public static final String PREFIXE = "csv";
14
	public static final String PREFIXE = "csv";
15
	public static String[] champsObligatoires = {"csv_id_structure"};
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;
-
 
48
	}
44
	
49
	
45
	// ACTION
50
	// ACTION
46
	public String getAction() {
51
	public String getAction() {
47
		return renvoyerValeurCorrecte("mark_action");
52
		return renvoyerValeurCorrecte("mark_action");
48
	}
53
	}