org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCTrip

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

public class MetroKCTrip
extends IdentityBean<VersionedId>

See Also:
Serialized Form

Constructor Summary
MetroKCTrip()
           
 
Method Summary
 java.lang.String getDirectionName()
           
 java.lang.String getExceptionCode()
           
 VersionedId getId()
           
 java.lang.String getScheduleType()
           
 VersionedId getServicePattern()
           
 int getTripId()
           
 void setDirectionName(java.lang.String directionName)
           
 void setExceptionCode(java.lang.String exceptionCode)
           
 void setId(VersionedId id)
           
 void setScheduleType(java.lang.String scheduleType)
           
 void setServicePattern(VersionedId servicePattern)
           
 void setTripId(int tripId)
           
 
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroKCTrip

public MetroKCTrip()
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>

getTripId

public int getTripId()

setTripId

public void setTripId(int tripId)

getServicePattern

public VersionedId getServicePattern()

setServicePattern

public void setServicePattern(VersionedId servicePattern)

getExceptionCode

public java.lang.String getExceptionCode()

setExceptionCode

public void setExceptionCode(java.lang.String exceptionCode)

getScheduleType

public java.lang.String getScheduleType()

setScheduleType

public void setScheduleType(java.lang.String scheduleType)

getDirectionName

public java.lang.String getDirectionName()

setDirectionName

public void setDirectionName(java.lang.String directionName)


Copyright © 2010 OneBusAway. All Rights Reserved.