Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 628 Rev 683
Line 38... Line 38...
38
	}
38
	}
39
	public void setId(String idCollection) {
39
	public void setId(String idCollection) {
40
		this.set("id_collection", idCollection);
40
		this.set("id_collection", idCollection);
41
	}
41
	}
Line -... Line 42...
-
 
42
	
-
 
43
	// NBRE ECHANTILLON
-
 
44
	public String getNbreEchantillon() {
-
 
45
		return renvoyerValeurCorrecte("nbre_echantillon");
-
 
46
	}
-
 
47
	public void setNbreEchantillon(String type) {
-
 
48
		this.set("nbre_echantillon", type);
-
 
49
	}
42
	
50
	
43
	// TYPE
51
	// TYPE
44
	public String getType() {
52
	public String getType() {
45
		return renvoyerValeurCorrecte("ce_truk_type");
53
		return renvoyerValeurCorrecte("ce_truk_type");
46
	}
54
	}