org.onebusaway.transit_data.model.tripplanning
Class TransitLocationBean
java.lang.Object
org.onebusaway.transit_data.model.tripplanning.TransitLocationBean
- All Implemented Interfaces:
- Serializable
public class TransitLocationBean
- 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 |
TransitLocationBean
public TransitLocationBean()
TransitLocationBean
public TransitLocationBean(CoordinatePoint point)
getLocation
public CoordinatePoint getLocation()
getLat
public double getLat()
setLat
public void setLat(double lat)
getLon
public double getLon()
setLon
public void setLon(double lon)
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public String getVehicleId()
setVehicleId
public void setVehicleId(String vehicleId)
Copyright © 2012 OneBusAway. All Rights Reserved.