org.onebusaway.transit_data.model.tripplanning
Class TransitLocationBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.tripplanning.TransitLocationBean
All Implemented Interfaces:
Serializable

public class TransitLocationBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransitLocationBean()
           
TransitLocationBean(CoordinatePoint point)
           
 
Method Summary
 String getBlockId()
           
 double getLat()
           
 CoordinatePoint getLocation()
           
 double getLon()
           
 long getServiceDate()
           
 String getVehicleId()
           
 void setBlockId(String blockId)
           
 void setLat(double lat)
           
 void setLon(double lon)
           
 void setServiceDate(long serviceDate)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitLocationBean

public TransitLocationBean()

TransitLocationBean

public TransitLocationBean(CoordinatePoint point)
Method Detail

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.