org.onebusaway.transit_data.model.realtime
Class VehicleLocationRecordQueryBean
java.lang.Object
org.onebusaway.transit_data.model.realtime.VehicleLocationRecordQueryBean
- All Implemented Interfaces:
- Serializable
public class VehicleLocationRecordQueryBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleLocationRecordQueryBean
public VehicleLocationRecordQueryBean()
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
getTripId
public String getTripId()
setTripId
public void setTripId(String tripId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public String getVehicleId()
setVehicleId
public void setVehicleId(String vehicleId)
getFromTime
public long getFromTime()
setFromTime
public void setFromTime(long fromTime)
getToTime
public long getToTime()
setToTime
public void setToTime(long toTime)
Copyright © 2012 OneBusAway. All Rights Reserved.