422423424425426427428429430431432
st.setTrip(t); st.setStop(stopList.get(stopTime.stop.id)); st.setStopSequence(stopTime.stopSequence); store.saveEntity(st); } } } }