org.onebusaway.transit_data.model
Class StopSequenceBean
java.lang.Object
org.onebusaway.transit_data.model.StopSequenceBean
- All Implemented Interfaces:
- Serializable
public class StopSequenceBean
- 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 |
StopSequenceBean
public StopSequenceBean()
getId
public int getId()
setId
public void setId(int id)
getPath
public PathBean getPath()
setPath
public void setPath(PathBean path)
getStops
public List<StopBean> getStops()
setStops
public void setStops(List<StopBean> stops)
getDirectionId
public String getDirectionId()
setDirectionId
public void setDirectionId(String directionId)
getTripCount
public int getTripCount()
setTripCount
public void setTripCount(int tripCount)
Copyright © 2012 OneBusAway. All Rights Reserved.