| Line 626... |
Line 626... |
| 626 |
String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
|
626 |
String typeNcd = construireTxtListeOntologie(collection.getTypeNcd());
|
| 627 |
String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
|
627 |
String typeDepot = construireTxtListeOntologie(collection.getTypeDepot());
|
| 628 |
String idAlternatif = construireTxtTruck(collection.getIdAlternatif());
|
628 |
String idAlternatif = construireTxtTruck(collection.getIdAlternatif());
|
| 629 |
String code = construireTxtTruck(collection.getCode());
|
629 |
String code = construireTxtTruck(collection.getCode());
|
| Line 630... |
Line 630... |
| 630 |
|
630 |
|
| Line 631... |
Line 631... |
| 631 |
String urls = construireTxtTruck(collection.getUrls());
|
631 |
String urls = construireTxtTruck(collection.getUrls(), false);
|
| 632 |
|
632 |
|
| 633 |
String groupementBut = construireTxtListeOntologie(collection.getGroupementBut());
|
633 |
String groupementBut = construireTxtListeOntologie(collection.getGroupementBut());
|
| 634 |
String groupementPrincipe = construireTxtListeOntologie(collection.getGroupementPrincipe());
|
634 |
String groupementPrincipe = construireTxtListeOntologie(collection.getGroupementPrincipe());
|