org.onebusaway.transit_data_federation.model.narrative
Class StopTimeNarrative

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.narrative.StopTimeNarrative
All Implemented Interfaces:
Serializable

public final class StopTimeNarrative
extends Object
implements Serializable

Stop time narrative information. Includes information about the stop headsign and route shortname.

Author:
bdferris
See Also:
StopTime, NarrativeService, Serialized Form

Nested Class Summary
static class StopTimeNarrative.Builder
           
 
Method Summary
static StopTimeNarrative.Builder builder()
           
 boolean equals(Object obj)
           
 String getRouteShortName()
           
 String getStopHeadsign()
           
 int hashCode()
          Object Interface
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static StopTimeNarrative.Builder builder()

getStopHeadsign

public String getStopHeadsign()

getRouteShortName

public String getRouteShortName()

hashCode

public int hashCode()
Object Interface

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.