Subversion Repositories eFlore/Applications.coel

Rev

Rev 1354 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1354 Rev 1364
Line 157... Line 157...
157
	}
157
	}
158
	public void setTypePublic(String typePublic) {
158
	public void setTypePublic(String typePublic) {
159
		this.set("ce_truk_type_public", typePublic);
159
		this.set("ce_truk_type_public", typePublic);
160
	}
160
	}
Line -... Line 161...
-
 
161
	
-
 
162
	public String getAbreviationProjet() {
-
 
163
		return renvoyerValeurCorrecte("_abreviationprojet_");
-
 
164
	}
-
 
165
	public void setAbreviationProjet(String abreviation) {
-
 
166
		this.set("_abreviationprojet_", abreviation);
-
 
167
	}
161
	
168
	
162
	public String getAdresse() {
169
	public String getAdresse() {
163
		return (String) renvoyerValeurCorrecte("adresse_01");
170
		return (String) renvoyerValeurCorrecte("adresse_01");
164
	}
171
	}
165
	public void setAdresse(String adr) {
172
	public void setAdresse(String adr) {