Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1690 Rev 1764
Line 90... Line 90...
90
	}
90
	}
91
	public void setId(String idStructure) {
91
	public void setId(String idStructure) {
92
		this.set("id_structure", idStructure);
92
		this.set("id_structure", idStructure);
93
	}
93
	}
Line 94... Line -...
94
	
-
 
95
	public String getIdProjet() {
-
 
96
		return renvoyerValeurCorrecte("ce_projet");
-
 
97
	}
-
 
98
	public void setIdProjet(String idProjet) {
-
 
99
		this.set("ce_projet", idProjet);
-
 
100
	}
-
 
101
	
94
	
102
	public String getIdMere() {
95
	public String getIdMere() {
103
		return renvoyerValeurCorrecte("ce_mere");
96
		return renvoyerValeurCorrecte("ce_mere");
104
	}
97
	}
105
	public void setIdMere(String idMere) {
98
	public void setIdMere(String idMere) {
Line 157... Line 150...
157
	}
150
	}
158
	public void setTypePublic(String typePublic) {
151
	public void setTypePublic(String typePublic) {
159
		this.set("ce_truk_type_public", typePublic);
152
		this.set("ce_truk_type_public", typePublic);
160
	}
153
	}
Line 161... Line -...
161
	
-
 
162
	public String getAbreviationProjet() {
-
 
163
		return renvoyerValeurCorrecte("_abreviationprojet_");
-
 
164
	}
-
 
165
	public void setAbreviationProjet(String abreviation) {
-
 
166
		this.set("_abreviationprojet_", abreviation);
-
 
167
	}
-
 
168
	
154
	
169
	public String getAdresse() {
155
	public String getAdresse() {
170
		return (String) renvoyerValeurCorrecte("adresse_01");
156
		return (String) renvoyerValeurCorrecte("adresse_01");
171
	}
157
	}
172
	public void setAdresse(String adr) {
158
	public void setAdresse(String adr) {