Package dao

Examples of dao.DaoTheoricalTrainData.update()


          // Pari possible ? (au moins 10 minutes avant l'arriv�e th�orique du train)
          if (TimeTester.compareTimes(trainsInStation.time, tmp_theorical_data.arrivalTime) >= 10) {
           
            tmp_theorical_data.destinationUIC = tmp_real_data.destinationId;
            tmp_theorical_data.trainName = tmp_real_data.name;
            daoTheoricalTrainData.update(tmp_theorical_data);
           
            new_theoricalDataList.add(tmp_theorical_data);
          }
         
         
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.