org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCTPIPath
java.lang.Object
org.onebusaway.gtfs_transformer.king_county_metro.model.MetroKCTPIPath
- All Implemented Interfaces:
- java.lang.Comparable<MetroKCTPIPath>
public class MetroKCTPIPath
- extends java.lang.Object
- implements java.lang.Comparable<MetroKCTPIPath>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetroKCTPIPath
public MetroKCTPIPath()
getId
public int getId()
setId
public void setId(int id)
getSequence
public int getSequence()
setSequence
public void setSequence(int sequence)
getFlowDirection
public int getFlowDirection()
setFlowDirection
public void setFlowDirection(int flowDirection)
getTransLink
public int getTransLink()
setTransLink
public void setTransLink(int transLink)
compareTo
public int compareTo(MetroKCTPIPath o)
- Specified by:
compareTo in interface java.lang.Comparable<MetroKCTPIPath>
Copyright © 2010 OneBusAway. All Rights Reserved.