org.onebusaway.webapp.gwt.oba_application.model
Class TimedLocalSearchResult

java.lang.Object
  extended by org.onebusaway.webapp.gwt.oba_application.model.TimedLocalSearchResult

public class TimedLocalSearchResult
extends Object


Constructor Summary
TimedLocalSearchResult()
           
TimedLocalSearchResult(String resultId, LocalSearchResult result, TimedPlaceBean bean)
           
 
Method Summary
 String getId()
           
 LocalSearchResult getLocalSearchResult()
           
 String getResultId()
           
 int getTime()
           
 TimedPlaceBean getTimedPlace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedLocalSearchResult

public TimedLocalSearchResult()

TimedLocalSearchResult

public TimedLocalSearchResult(String resultId,
                              LocalSearchResult result,
                              TimedPlaceBean bean)
Method Detail

getResultId

public String getResultId()

getId

public String getId()

getTime

public int getTime()
Returns:
trip time in seconds

getLocalSearchResult

public LocalSearchResult getLocalSearchResult()

getTimedPlace

public TimedPlaceBean getTimedPlace()


Copyright © 2012 OneBusAway. All Rights Reserved.