org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCTPIPath

java.lang.Object
  extended by 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>


Constructor Summary
MetroKCTPIPath()
           
 
Method Summary
 int compareTo(MetroKCTPIPath o)
           
 int getFlowDirection()
           
 int getId()
           
 int getSequence()
           
 int getTransLink()
           
 void setFlowDirection(int flowDirection)
           
 void setId(int id)
           
 void setSequence(int sequence)
           
 void setTransLink(int transLink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroKCTPIPath

public MetroKCTPIPath()
Method Detail

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 © 2011 OneBusAway. All Rights Reserved.