org.onebusaway.api.model.transit.tripplanning
Class MinTravelTimeToStopV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.tripplanning.MinTravelTimeToStopV2Bean
All Implemented Interfaces:
Serializable

public class MinTravelTimeToStopV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MinTravelTimeToStopV2Bean()
           
 
Method Summary
 CoordinatePoint getLocation()
           
 String getStopId()
           
 long getTravelTime()
           
 void setLocation(CoordinatePoint location)
           
 void setStopId(String stopId)
           
 void setTravelTime(long travelTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinTravelTimeToStopV2Bean

public MinTravelTimeToStopV2Bean()
Method Detail

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)

getLocation

public CoordinatePoint getLocation()

setLocation

public void setLocation(CoordinatePoint location)

getTravelTime

public long getTravelTime()

setTravelTime

public void setTravelTime(long travelTime)


Copyright © 2012 OneBusAway. All Rights Reserved.