Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1164 Rev 1169
Line 179... Line 179...
179
	// Structure : identification
179
	// Structure : identification
180
	String structureInfoGeneral();
180
	String structureInfoGeneral();
181
	String titreCommunication();
181
	String titreCommunication();
182
	String titreAdministratif();
182
	String titreAdministratif();
183
	String acronyme();
183
	String acronyme();
184
	String acces();
-
 
185
	String dateFondation();
184
	String dateFondation();
186
	String nbrePersonnel();
185
	String nbrePersonnel();
187
	String description();
186
	String description();
-
 
187
	String acces();
-
 
188
	String usage();
188
	String adresse();
189
	String adresse();
-
 
190
	String adresseComplement();
189
	String codePostal();
191
	String codePostal();
190
	String ville();
192
	String ville();
191
	String region();
193
	String region();
192
	String pays();
194
	String pays();
-
 
195
	String latitude();
-
 
196
	String longitude();
193
	String telephone();
197
	String telephone();
194
	String courriel();
198
	String courriel();
195
	String siteWeb();
199
	String siteWeb();
Line 196... Line 200...
196
	
200