org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCServicePattern

java.lang.Object
  extended by org.onebusaway.gtfs.model.IdentityBean<VersionedId>
      extended by org.onebusaway.gtfs_transformer.king_county_metro.model.MetroKCServicePattern
All Implemented Interfaces:
java.io.Serializable

public class MetroKCServicePattern
extends IdentityBean<VersionedId>

See Also:
Serialized Form

Constructor Summary
MetroKCServicePattern()
           
 
Method Summary
 java.lang.String getDirection()
           
 VersionedId getId()
           
 java.lang.String getRoute()
           
 int getSchedulePatternId()
           
 boolean isExpress()
           
 void setDirection(java.lang.String direction)
           
 void setExpress(boolean express)
           
 void setId(VersionedId id)
           
 void setRoute(java.lang.String route)
           
 void setSchedulePatternId(int schedulePatternId)
           
 java.lang.String toString()
           
 
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetroKCServicePattern

public MetroKCServicePattern()
Method Detail

getId

public VersionedId getId()
Specified by:
getId in class IdentityBean<VersionedId>

setId

public void setId(VersionedId id)
Specified by:
setId in class IdentityBean<VersionedId>

isExpress

public boolean isExpress()

setExpress

public void setExpress(boolean express)

getRoute

public java.lang.String getRoute()

setRoute

public void setRoute(java.lang.String route)

getSchedulePatternId

public int getSchedulePatternId()

setSchedulePatternId

public void setSchedulePatternId(int schedulePatternId)

getDirection

public java.lang.String getDirection()

setDirection

public void setDirection(java.lang.String direction)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 OneBusAway. All Rights Reserved.