Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1764 Rev 1784
Line 135... Line 135...
135
		return renvoyerValeurCorrecte("guid");
135
		return renvoyerValeurCorrecte("guid");
136
	}
136
	}
137
	public void setGuid(String guid) {
137
	public void setGuid(String guid) {
138
		this.set("guid", guid);
138
		this.set("guid", guid);
139
	}
139
	}
140
 
-
 
141
	// IDENTIFIANT ALTERNATIF
-
 
142
	public String getIdAlternatif() {
-
 
143
		return renvoyerValeurCorrecte("truk_identifiant_alternatif");
-
 
144
	}
-
 
145
	public void setIdAlternatif(String idAlter) {
-
 
146
		this.set("truk_identifiant_alternatif", idAlter);
-
 
147
	}
-
 
Line 148... Line 140...
148
	
140
	
149
	// CODE
141
	// CODE
150
	public String getCode() {
142
	public String getCode() {
151
		return renvoyerValeurCorrecte("truk_code");
143
		return renvoyerValeurCorrecte("truk_code");
Line 176... Line 168...
176
	}
168
	}
177
	public void setDescription(String description) {
169
	public void setDescription(String description) {
178
		this.set("description", description);
170
		this.set("description", description);
179
	}
171
	}
Line 180... Line -...
180
	
-
 
181
	// DESCRIPTION SPECIALISTE
-
 
182
	public String getDescriptionSpecialiste() {
-
 
183
		return renvoyerValeurCorrecte("description_specialiste");
-
 
184
	}
-
 
185
	public void setDescriptionSpecialiste(String descriptionSepcialiste) {
-
 
186
		this.set("description_specialiste", descriptionSepcialiste);
-
 
187
	}
-
 
188
	
172
	
189
	// HISTORIQUE
173
	// HISTORIQUE
190
	public String getHistorique() {
174
	public String getHistorique() {
191
		return renvoyerValeurCorrecte("historique");
175
		return renvoyerValeurCorrecte("historique");
192
	}
176
	}
Line 200... Line 184...
200
	}
184
	}
201
	public void setUrls(String urls) {
185
	public void setUrls(String urls) {
202
		this.set("truk_url", urls);
186
		this.set("truk_url", urls);
203
	}
187
	}
Line 204... Line -...
204
	
-
 
205
	// GROUPEMENT PRINCIPE
-
 
206
	public String getGroupementPrincipe() {
-
 
207
		return renvoyerValeurCorrecte("truk_groupement_principe");
-
 
208
	}
-
 
209
	public void setGroupementPrincipe(String groupementPrincipe) {
-
 
210
		this.set("truk_groupement_principe", groupementPrincipe);
-
 
211
	}
-
 
212
	
-
 
213
	// GROUPEMENT BUT
-
 
214
	public String getGroupementBut() {
-
 
215
		return renvoyerValeurCorrecte("truk_groupement_but");
-
 
216
	}
-
 
217
	public void setGroupementBut(String groupementBut) {
-
 
218
		this.set("truk_groupement_but", groupementBut);
-
 
219
	}
-
 
220
	
188
	
221
	// TYPE NCD
189
	// TYPE NCD
222
	public String getTypeNcd() {
190
	public String getTypeNcd() {
223
		return renvoyerValeurCorrecte("ce_type");
191
		return renvoyerValeurCorrecte("ce_type");
224
	}
192
	}