org.onebusaway.transit_data.model
Class ServicePatternBean
java.lang.Object
org.onebusaway.transit_data.model.ApplicationBean
org.onebusaway.transit_data.model.ServicePatternBean
- All Implemented Interfaces:
- Serializable
public class ServicePatternBean
- extends ApplicationBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicePatternBean
public ServicePatternBean()
getId
public int getId()
setId
public void setId(int id)
setChangeDate
public void setChangeDate(int id)
getChangeDate
public int getChangeDate()
getGeneralDestination
public String getGeneralDestination()
setGeneralDestination
public void setGeneralDestination(String generalDestination)
getSpecificDestination
public String getSpecificDestination()
setSpecificDestination
public void setSpecificDestination(String specificDestination)
isExpress
public boolean isExpress()
setExpress
public void setExpress(boolean isExpress)
Copyright © 2012 OneBusAway. All Rights Reserved.