Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1513 Rev 1764
Line 104... Line 104...
104
	}
104
	}
105
	public void setId(String idCollection) {
105
	public void setId(String idCollection) {
106
		this.set("id_collection", idCollection);
106
		this.set("id_collection", idCollection);
107
	}
107
	}
Line 108... Line -...
108
	
-
 
109
	// CE PROJET
-
 
110
	public String getIdProjet() {
-
 
111
		return renvoyerValeurCorrecte("ce_projet");
-
 
112
	}
-
 
113
	public void setIdProjet(String idProjet) {
-
 
114
		this.set("ce_projet", idProjet);
-
 
115
	}
-
 
116
	
108
	
117
	// COLLECTION MERE ID
109
	// COLLECTION MERE ID
118
	public String getCollectionMereId() {
110
	public String getCollectionMereId() {
119
		return renvoyerValeurCorrecte("ce_mere");
111
		return renvoyerValeurCorrecte("ce_mere");
120
	}
112
	}