org.onebusaway.transit_data.model.trips
Class TripDetailsQueryBean
java.lang.Object
org.onebusaway.transit_data.model.trips.TripDetailsQueryBean
- All Implemented Interfaces:
- Serializable
public final class TripDetailsQueryBean
- 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 |
TripDetailsQueryBean
public TripDetailsQueryBean()
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)
getTime
public long getTime()
setTime
public void setTime(long time)
getInclusion
public TripDetailsInclusionBean getInclusion()
setInclusion
public void setInclusion(TripDetailsInclusionBean inclusion)
Copyright © 2012 OneBusAway. All Rights Reserved.