org.onebusaway.transit_data_federation.impl.reporting
Class TripProblemReportRecord
java.lang.Object
org.onebusaway.transit_data_federation.impl.reporting.TripProblemReportRecord
- All Implemented Interfaces:
- Serializable
public class TripProblemReportRecord
- 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 |
TripProblemReportRecord
public TripProblemReportRecord()
getId
public long getId()
setId
public void setId(long id)
getTime
public long getTime()
setTime
public void setTime(long time)
getBlockId
public org.onebusaway.gtfs.model.AgencyAndId getBlockId()
setBlockId
public void setBlockId(org.onebusaway.gtfs.model.AgencyAndId blockId)
getTripId
public org.onebusaway.gtfs.model.AgencyAndId getTripId()
setTripId
public void setTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
setVehicleId
public void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
getStopId
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
setStopId
public void setStopId(org.onebusaway.gtfs.model.AgencyAndId stopId)
getData
public String getData()
setData
public void setData(String data)
getUserComment
public String getUserComment()
setUserComment
public void setUserComment(String userComment)
isUserOnVehicle
public boolean isUserOnVehicle()
setUserOnVehicle
public void setUserOnVehicle(boolean userOnVehicle)
getUserVehicleNumber
public String getUserVehicleNumber()
setUserVehicleNumber
public void setUserVehicleNumber(String userVehicleNumber)
getUserLat
public Double getUserLat()
setUserLat
public void setUserLat(Double userLat)
getUserLon
public Double getUserLon()
setUserLon
public void setUserLon(Double userLon)
getUserLocationAccuracy
public Double getUserLocationAccuracy()
setUserLocationAccuracy
public void setUserLocationAccuracy(Double userLocationAccuracy)
getVehicleLat
public Double getVehicleLat()
setVehicleLat
public void setVehicleLat(Double vehicleLat)
getVehicleLon
public Double getVehicleLon()
setVehicleLon
public void setVehicleLon(Double vehicleLon)
isPredicted
public boolean isPredicted()
setPredicted
public void setPredicted(boolean predicted)
getDistanceAlongBlock
public Double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(Double distanceAlongBlock)
getScheduleDeviation
public Double getScheduleDeviation()
setScheduleDeviation
public void setScheduleDeviation(Double scheduleDeviation)
getMatchedVehicleId
public org.onebusaway.gtfs.model.AgencyAndId getMatchedVehicleId()
setMatchedVehicleId
public void setMatchedVehicleId(org.onebusaway.gtfs.model.AgencyAndId matchedVehicleId)
getStatus
public EProblemReportStatus getStatus()
setStatus
public void setStatus(EProblemReportStatus status)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
Copyright © 2012 OneBusAway. All Rights Reserved.