org.onebusaway.transit_data.model.realtime
Class VehicleLocationRecordQueryBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.realtime.VehicleLocationRecordQueryBean
All Implemented Interfaces:
Serializable

public class VehicleLocationRecordQueryBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VehicleLocationRecordQueryBean()
           
 
Method Summary
 String getBlockId()
           
 long getFromTime()
           
 long getServiceDate()
           
 long getToTime()
           
 String getTripId()
           
 String getVehicleId()
           
 void setBlockId(String blockId)
           
 void setFromTime(long fromTime)
           
 void setServiceDate(long serviceDate)
           
 void setToTime(long toTime)
           
 void setTripId(String tripId)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationRecordQueryBean

public VehicleLocationRecordQueryBean()
Method Detail

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.