5051525354555657585960
add( label ); CargoDTO cargo = cargoModel.getObject(); Location destination = cargo.routeSpecification().get().destination().get(); if( cargo.itinerary().get() == null ) { map.put( "nextEvent", "ROUTE" ); return; }