Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 477 Rev 628
Line 58... Line 58...
58
	}
58
	}
59
	public void setIdProjet(String idProjet) {
59
	public void setIdProjet(String idProjet) {
60
		this.set("ce_projet", idProjet);
60
		this.set("ce_projet", idProjet);
61
	}
61
	}
Line -... Line 62...
-
 
62
	
-
 
63
	// COLLECTION MERE NOM
-
 
64
	public String getCollectionMereNom() {
-
 
65
		return renvoyerValeurCorrecte("collection_mere_nom");
-
 
66
	}
-
 
67
	public void setCollectionMereNom(String collectionMereNom) {
-
 
68
		this.set("collection_mere_nom", collectionMereNom);
-
 
69
	}
62
	
70
	
63
	// CE STRUCTURE
71
	// CE STRUCTURE
64
	public String getIdStructure() {
72
	public String getIdStructure() {
65
		return renvoyerValeurCorrecte("ce_structure");
73
		return renvoyerValeurCorrecte("ce_structure");
66
	}
74
	}
Line 73... Line 81...
73
		return renvoyerValeurCorrecte("guid");
81
		return renvoyerValeurCorrecte("guid");
74
	}
82
	}
75
	public void setGuid(String guid) {
83
	public void setGuid(String guid) {
76
		this.set("guid", guid);
84
		this.set("guid", guid);
77
	}
85
	}
-
 
86
 
-
 
87
	// IDENTIFIANT ALTERNATIF
-
 
88
	public String getIdAlternatif() {
-
 
89
		return renvoyerValeurCorrecte("truk_identifiant_alternatif");
-
 
90
	}
-
 
91
	public void setIdAlternatif(String idAlter) {
-
 
92
		this.set("truk_identifiant_alternatif", idAlter);
-
 
93
	}
Line 78... Line 94...
78
	
94
	
79
	// CODE
95
	// CODE
80
	public String getCode() {
96
	public String getCode() {
81
		return renvoyerValeurCorrecte("code");
97
		return renvoyerValeurCorrecte("truk_code");
82
	}
98
	}
-
 
99
	public void setCode(String code) {
-
 
100
		this.set("truk_code", code);
-
 
101
	}
-
 
102
	
-
 
103
	// COTE
-
 
104
	public String getCote() {
-
 
105
		return renvoyerValeurCorrecte("cote");
-
 
106
	}
83
	public void setCode(String code) {
107
	public void setCote(String cote) {
84
		this.set("code", code);
108
		this.set("cote", cote);
Line 85... Line 109...
85
	}
109
	}
86
	
110
	
87
	// NOM
111
	// NOM
88
	public String getNom() {
112
	public String getNom() {
89
		return renvoyerValeurCorrecte("nom");
113
		return renvoyerValeurCorrecte("nom");
90
	}
114
	}
91
	public void setNom(String nom) {
115
	public void setNom(String nom) {
92
		this.set("nom", nom);
116
		this.set("nom", nom);
93
	}
117
	}
94
 
118
	
95
	// TRUK IDENTIFIANT ALTERNATIF
119
	// NOM ALTERNATIF
96
	public String getIdAlternatif() {
120
	public String getNomAlternatif() {
97
		return renvoyerValeurCorrecte("truk_identifiant_alternatif");
121
		return renvoyerValeurCorrecte("truk_nom_alternatif");
98
	}
122
	}
99
	public void setIdAlternatif(String idAlter) {
123
	public void setNomAlternatif(String nomAlter) {
Line 100... Line 124...
100
		this.set("truk_identifiant_alternatif", idAlter);
124
		this.set("truk_nom_alternatif", nomAlter);
101
	}
125
	}
102
	
126
	
Line 113... Line 137...
113
		return renvoyerValeurCorrecte("description_specialiste");
137
		return renvoyerValeurCorrecte("description_specialiste");
114
	}
138
	}
115
	public void setDescriptionSpecialiste(String descriptionSepcialiste) {
139
	public void setDescriptionSpecialiste(String descriptionSepcialiste) {
116
		this.set("description_specialiste", descriptionSepcialiste);
140
		this.set("description_specialiste", descriptionSepcialiste);
117
	}
141
	}
-
 
142
	
-
 
143
	// HISTORIQUE
-
 
144
	public String getHistorique() {
-
 
145
		return renvoyerValeurCorrecte("historique");
-
 
146
	}
-
 
147
	public void setHistorique(String historique) {
-
 
148
		this.set("historique", historique);
-
 
149
	}
Line -... Line 150...
-
 
150
 
-
 
151
	// URL
-
 
152
	public String getUrls() {
-
 
153
		return renvoyerValeurCorrecte("truk_url");
-
 
154
	}
-
 
155
	public void setUrls(String urls) {
-
 
156
		this.set("truk_url", urls);
-
 
157
	}
-
 
158
	
-
 
159
	// GROUPEMENT PRINCIPE
-
 
160
	public String getGroupementPrincipe() {
-
 
161
		return renvoyerValeurCorrecte("truk_groupement_principe");
-
 
162
	}
-
 
163
	public void setGroupementPrincipe(String groupementPrincipe) {
-
 
164
		this.set("truk_groupement_principe", groupementPrincipe);
-
 
165
	}
-
 
166
	
-
 
167
	// GROUPEMENT BUT
-
 
168
	public String getGroupementBut() {
-
 
169
		return renvoyerValeurCorrecte("truk_groupement_but");
-
 
170
	}
-
 
171
	public void setGroupementBut(String groupementBut) {
-
 
172
		this.set("truk_groupement_but", groupementBut);
-
 
173
	}
-
 
174
	
-
 
175
	// TYPE NCD
-
 
176
	public String getTypeNcd() {
-
 
177
		return renvoyerValeurCorrecte("ce_type");
-
 
178
	}
-
 
179
	public void setTypeNcd(String typeNcd) {
-
 
180
		this.set("ce_type", typeNcd);
-
 
181
	}
-
 
182
	
-
 
183
	// TYPE DEPOT
-
 
184
	public String getTypeDepot() {
-
 
185
		return renvoyerValeurCorrecte("ce_type_depot");
-
 
186
	}
-
 
187
	public void setTypeDepot(String typeDepot) {
-
 
188
		this.set("ce_type_depot", typeDepot);
-
 
189
	}
118
 
190
	
119
	// +--------------------------------------------------------------------------------------------------------------+
191
	// +--------------------------------------------------------------------------------------------------------------+
120
	// STRUCTURE NOM
192
	// STRUCTURE NOM
121
	public String getStructureNom() {
193
	public String getStructureNom() {
122
		return renvoyerValeurCorrecte("structure_nom");
194
		return renvoyerValeurCorrecte("structure_nom");