org.onebusaway.gtfs.model
Class Trip

java.lang.Object
  extended by org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
      extended by org.onebusaway.gtfs.model.Trip
All Implemented Interfaces:
Serializable

public final class Trip
extends IdentityBean<AgencyAndId>

See Also:
Serialized Form

Constructor Summary
Trip()
           
Trip(Trip obj)
           
 
Method Summary
 String getBlockId()
           
 String getDirectionId()
           
 AgencyAndId getId()
           
 Route getRoute()
           
 String getRouteShortName()
           
 AgencyAndId getServiceId()
           
 AgencyAndId getShapeId()
           
 String getTripHeadsign()
           
 String getTripShortName()
           
 int getWheelchairAccessible()
           
 void setBlockId(String blockId)
           
 void setDirectionId(String directionId)
           
 void setId(AgencyAndId id)
           
 void setRoute(Route route)
           
 void setRouteShortName(String routeShortName)
           
 void setServiceId(AgencyAndId serviceId)
           
 void setShapeId(AgencyAndId shapeId)
           
 void setTripHeadsign(String tripHeadsign)
           
 void setTripShortName(String tripShortName)
           
 void setWheelchairAccessible(int wheelchairAccessible)
           
 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

Trip

public Trip()

Trip

public Trip(Trip obj)
Method Detail

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 String getTripShortName()

setTripShortName

public void setTripShortName(String tripShortName)

getTripHeadsign

public String getTripHeadsign()

setTripHeadsign

public void setTripHeadsign(String tripHeadsign)

getRouteShortName

public String getRouteShortName()

setRouteShortName

public void setRouteShortName(String routeShortName)

getDirectionId

public String getDirectionId()

setDirectionId

public void setDirectionId(String directionId)

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)

getShapeId

public AgencyAndId getShapeId()

setShapeId

public void setShapeId(AgencyAndId shapeId)

setWheelchairAccessible

public void setWheelchairAccessible(int wheelchairAccessible)

getWheelchairAccessible

public int getWheelchairAccessible()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 OneBusAway. All Rights Reserved.