Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 453 Rev 628
Line 30... Line 30...
30
				this.set(cleObjet, valeur);
30
				this.set(cleObjet, valeur);
31
			}
31
			}
32
		}
32
		}
33
	}
33
	}
Line -... Line 34...
-
 
34
	
-
 
35
	// ID
-
 
36
	public String getId() {
-
 
37
		return renvoyerValeurCorrecte("id_collection");
-
 
38
	}
-
 
39
	public void setId(String idCollection) {
-
 
40
		this.set("id_collection", idCollection);
-
 
41
	}
-
 
42
	
-
 
43
	// TYPE
-
 
44
	public String getType() {
-
 
45
		return renvoyerValeurCorrecte("ce_truk_type");
-
 
46
	}
-
 
47
	public void setType(String type) {
-
 
48
		this.set("ce_truk_type", type);
34
	
49
	}
35
}
50
}