org.onebusaway.transit_data.model.service_alerts
Class SituationAffectsBean

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

public final class SituationAffectsBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SituationAffectsBean()
           
 
Method Summary
 String getAgencyId()
           
 String getApplicationId()
           
 String getDirectionId()
           
 String getRouteId()
           
 String getStopId()
           
 String getTripId()
           
 void setAgencyId(String agencyId)
           
 void setApplicationId(String applicationId)
           
 void setDirectionId(String directionId)
           
 void setRouteId(String routeId)
           
 void setStopId(String stopId)
           
 void setTripId(String tripId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SituationAffectsBean

public SituationAffectsBean()
Method Detail

getAgencyId

public String getAgencyId()

setAgencyId

public void setAgencyId(String agencyId)

getRouteId

public String getRouteId()

setRouteId

public void setRouteId(String routeId)

getDirectionId

public String getDirectionId()

setDirectionId

public void setDirectionId(String directionId)

getTripId

public String getTripId()

setTripId

public void setTripId(String tripId)

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)

getApplicationId

public String getApplicationId()

setApplicationId

public void setApplicationId(String applicationId)


Copyright © 2012 OneBusAway. All Rights Reserved.