org.onebusaway.gtfs.model
Class Trip
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
org.onebusaway.gtfs.model.Trip
- All Implemented Interfaces:
- java.io.Serializable
public final class Trip
- extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Trip
public Trip()
Trip
public Trip(Trip obj)
getId
public AgencyAndId getId()
- Specified by:
getId in class IdentityBean<AgencyAndId>
setId
public void setId(AgencyAndId id)
- Specified by:
setId in class IdentityBean<AgencyAndId>
getRoute
public Route getRoute()
setRoute
public void setRoute(Route route)
getServiceId
public AgencyAndId getServiceId()
setServiceId
public void setServiceId(AgencyAndId serviceId)
getTripShortName
public java.lang.String getTripShortName()
setTripShortName
public void setTripShortName(java.lang.String tripShortName)
getTripHeadsign
public java.lang.String getTripHeadsign()
setTripHeadsign
public void setTripHeadsign(java.lang.String tripHeadsign)
getRouteShortName
public java.lang.String getRouteShortName()
setRouteShortName
public void setRouteShortName(java.lang.String routeShortName)
getDirectionId
public java.lang.String getDirectionId()
setDirectionId
public void setDirectionId(java.lang.String directionId)
getBlockId
public java.lang.String getBlockId()
setBlockId
public void setBlockId(java.lang.String blockId)
getShapeId
public AgencyAndId getShapeId()
setShapeId
public void setShapeId(AgencyAndId shapeId)
setWheelchairAccessible
public void setWheelchairAccessible(int wheelchairAccessible)
getWheelchairAccessible
public int getWheelchairAccessible()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010 OneBusAway. All Rights Reserved.