org.onebusaway.transit_data.model.service_alerts
Class SituationQueryBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.service_alerts.SituationQueryBean
All Implemented Interfaces:
Serializable

public class SituationQueryBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SituationQueryBean()
           
 
Method Summary
 String getAgencyId()
           
 List<String> getStopIds()
           
 long getTime()
           
 void setAgencyId(String agencyId)
           
 void setStopIds(List<String> stopIds)
           
 void setTime(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SituationQueryBean

public SituationQueryBean()
Method Detail

getAgencyId

public String getAgencyId()

setAgencyId

public void setAgencyId(String agencyId)

getStopIds

public List<String> getStopIds()

setStopIds

public void setStopIds(List<String> stopIds)

getTime

public long getTime()

setTime

public void setTime(long time)


Copyright © 2012 OneBusAway. All Rights Reserved.