org.onebusaway.transit_data_federation.model
Class ServiceDateSummary
java.lang.Object
org.onebusaway.transit_data_federation.model.ServiceDateSummary
- All Implemented Interfaces:
- Serializable, Comparable<ServiceDateSummary>
public final class ServiceDateSummary
- extends Object
- implements Comparable<ServiceDateSummary>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDateSummary
public ServiceDateSummary(Set<ServiceIdActivation> allServiceIds,
List<org.onebusaway.gtfs.model.calendar.ServiceDate> dates)
getAllServiceIds
public Set<ServiceIdActivation> getAllServiceIds()
getDates
public List<org.onebusaway.gtfs.model.calendar.ServiceDate> getDates()
compareTo
public int compareTo(ServiceDateSummary o)
- Specified by:
compareTo
in interface Comparable<ServiceDateSummary>
Copyright © 2012 OneBusAway. All Rights Reserved.