org.onebusaway.transit_data.model
Class StopSequenceBean

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

public class StopSequenceBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopSequenceBean()
           
 
Method Summary
 String getDirectionId()
           
 int getId()
           
 PathBean getPath()
           
 List<StopBean> getStops()
           
 int getTripCount()
           
 void setDirectionId(String directionId)
           
 void setId(int id)
           
 void setPath(PathBean path)
           
 void setStops(List<StopBean> stops)
           
 void setTripCount(int tripCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopSequenceBean

public StopSequenceBean()
Method Detail

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.