@Entity public class Departure extends ArrivalDeparture
ArrivalDeparture.ArrivalsOrDepartures
Constructor and Description |
---|
Departure(java.lang.String vehicleId,
java.util.Date time,
java.util.Date avlTime,
Block block,
int tripIndex,
int stopPathIndex)
Simple constructor
|
equals, getArrivalsDeparturesDbIterator, getArrivalsDeparturesFromDb, getArrivalsDeparturesFromDb, getArrivalsDeparturesFromDb, getArrivalsDeparturesFromDb, getAvlTime, getBlock, getBlockId, getConfigRev, getDate, getDirectionId, getRouteId, getScheduleAdherence, getScheduledDate, getScheduledTime, getServiceId, getStop, getStopId, getStopPathIndex, getStopPathLength, getTime, getTripId, getTripIndex, getVehicleId, hashCode, isArrival, isDeparture, logCreation, onDelete, onLoad, onSave, onUpdate, toString
public Departure(java.lang.String vehicleId, java.util.Date time, java.util.Date avlTime, Block block, int tripIndex, int stopPathIndex)
vehicleId
- time
- avlTime
- So can match arrival to the AVL report that generated itblockId
- stopId
- tripId
- tripIndex
- stopPathIndex
-