Revision 27464 branches/v2_0_0_prep/extensions/extGeocoding/src/org/gvsig/geocoding/gui/address/AddressComposedPanel.java

View differences:

AddressComposedPanel.java
308 308

  
309 309
		for (Object obj : lit) {
310 310
			RelationsComponent comp = (RelationsComponent) obj;
311
			String key = comp.getKey();
311
			String key = comp.getKeyElement();
312 312
			Object[] row = { key, "", "" };
313 313
			modelcross.addRow(row);
314 314
		}
......
327 327

  
328 328
		for (Object obj : lit) {
329 329
			RelationsComponent comp = (RelationsComponent) obj;
330
			String key = comp.getKey();
330
			String key = comp.getKeyElement();
331 331
			Object[] row = { key, "", "", "" };
332 332
			modelbetween.addRow(row);
333 333
		}
......
368 368
		for (Object obj : lit) {
369 369
			RelationsComponent comp = (RelationsComponent) obj;
370 370
			// key
371
			String key = comp.getKey();
371
			String key = comp.getKeyElement();
372 372

  
373 373
			// insert
374 374
			Object[] row = { key, "", "" };
......
401 401
		for (Object obj : lit) {
402 402
			RelationsComponent comp = (RelationsComponent) obj;
403 403
			// key
404
			String key = comp.getKey();
404
			String key = comp.getKeyElement();
405 405

  
406 406
			// insert
407 407
			Object[] row = { key, "", "", "" };

Also available in: Unified diff