org.onebusaway.transit_data.model.trips
Class TripForVehicleQueryBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.trips.TripForVehicleQueryBean
All Implemented Interfaces:
Serializable

public final class TripForVehicleQueryBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TripForVehicleQueryBean()
           
 
Method Summary
 TripDetailsInclusionBean getInclusion()
           
 Date getTime()
           
 String getVehicleId()
           
 void setInclusion(TripDetailsInclusionBean inclusion)
           
 void setTime(Date time)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripForVehicleQueryBean

public TripForVehicleQueryBean()
Method Detail

getVehicleId

public String getVehicleId()

setVehicleId

public void setVehicleId(String vehicleId)

getTime

public Date getTime()

setTime

public void setTime(Date time)

getInclusion

public TripDetailsInclusionBean getInclusion()

setInclusion

public void setInclusion(TripDetailsInclusionBean inclusion)


Copyright © 2012 OneBusAway. All Rights Reserved.