org.onebusaway.transit_data.model.service_alerts
Class SituationConsequenceBean

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

public class SituationConsequenceBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SituationConsequenceBean()
           
 
Method Summary
 String getDetourPath()
           
 List<String> getDetourStopIds()
           
 EEffect getEffect()
           
 void setDetourPath(String detourPath)
           
 void setDetourStopIds(List<String> detourStopIds)
           
 void setEffect(EEffect effect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SituationConsequenceBean

public SituationConsequenceBean()
Method Detail

getEffect

public EEffect getEffect()

setEffect

public void setEffect(EEffect effect)

getDetourPath

public String getDetourPath()

setDetourPath

public void setDetourPath(String detourPath)

getDetourStopIds

public List<String> getDetourStopIds()

setDetourStopIds

public void setDetourStopIds(List<String> detourStopIds)


Copyright © 2012 OneBusAway. All Rights Reserved.