org.onebusaway.api.model.transit
Class TripV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.TripV2Bean
All Implemented Interfaces:
Serializable, HasId

public final class TripV2Bean
extends Object
implements Serializable, HasId

See Also:
Serialized Form

Constructor Summary
TripV2Bean()
           
 
Method Summary
 String getBlockId()
           
 String getDirectionId()
           
 String getId()
           
 String getRouteId()
           
 String getRouteShortName()
           
 String getServiceId()
           
 String getShapeId()
           
 String getTimeZone()
           
 String getTripHeadsign()
           
 String getTripShortName()
           
 void setBlockId(String blockId)
           
 void setDirectionId(String directionId)
           
 void setId(String id)
           
 void setRouteId(String routeId)
           
 void setRouteShortName(String routeShortName)
           
 void setServiceId(String serviceId)
           
 void setShapeId(String shapeId)
           
 void setTimeZone(String timeZone)
           
 void setTripHeadsign(String tripHeadsign)
           
 void setTripShortName(String tripShortName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripV2Bean

public TripV2Bean()
Method Detail

getId

public String getId()
Specified by:
getId in interface HasId

setId

public void setId(String id)

getRouteId

public String getRouteId()

setRouteId

public void setRouteId(String routeId)

getRouteShortName

public String getRouteShortName()

setRouteShortName

public void setRouteShortName(String routeShortName)

getTripShortName

public String getTripShortName()

setTripShortName

public void setTripShortName(String tripShortName)

getTripHeadsign

public String getTripHeadsign()

setTripHeadsign

public void setTripHeadsign(String tripHeadsign)

getServiceId

public String getServiceId()

setServiceId

public void setServiceId(String serviceId)

getShapeId

public String getShapeId()

setShapeId

public void setShapeId(String shapeId)

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String timeZone)

getDirectionId

public String getDirectionId()

setDirectionId

public void setDirectionId(String directionId)

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)


Copyright © 2012 OneBusAway. All Rights Reserved.