Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 306 Rev 748
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
import com.google.gwt.json.client.JSONObject;
6
import com.google.gwt.json.client.JSONObject;
Line -... Line 7...
-
 
7
 
-
 
8
public class StructureConservation extends aDonnee {
7
 
9
	
Line 8... Line -...
8
public class StructureConservation extends aDonnee {
-
 
9
	
-
 
10
	public static final String PREFIXE = "csc";
-
 
11
 
-
 
12
	/**
10
	private static final long serialVersionUID = -4556005804101933910L;
13
	 * Constructeur vide
-
 
14
	 * 
11
 
Line 15... Line -...
15
	 */
-
 
16
	public StructureConservation() {
-
 
17
 
-
 
18
	}
-
 
19
	
-
 
20
	/**
12
	public static final String PREFIXE = "csc";
21
	 * Constructeur avec un objet JSON
13
 
22
	 * 
14
	public StructureConservation() {
Line 23... Line 15...
23
	 * @param image
15
	}
Line 41... Line 33...
41
				this.set(cleObjet, valeur);
33
				this.set(cleObjet, valeur);
42
			}
34
			}
43
		}
35
		}
44
	}
36
	}
Line -... Line 37...
-
 
37
 
-
 
38
	@Override
-
 
39
	protected String getPrefixe() {
-
 
40
		return PREFIXE;
-
 
41
	}
45
 
42
	
46
	// FORMATION
43
	// FORMATION
47
	public String getFormation() {
44
	public String getFormation() {
48
		return renvoyerValeurCorrecte("mark_formation");
45
		return renvoyerValeurCorrecte("mark_formation");
49
	}
46
	}