Class SituationConsequenceBean
- java.lang.Object
-
- 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
Constructors Constructor Description SituationConsequenceBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetourPath()
List<String>
getDetourStopIds()
EEffect
getEffect()
void
setDetourPath(String detourPath)
void
setDetourStopIds(List<String> detourStopIds)
void
setEffect(EEffect effect)
-