org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCTrip
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<VersionedId>
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MetroKCTrip
public MetroKCTrip()
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.