Class LocalizedServiceId
java.lang.Object
org.onebusaway.gtfs.model.calendar.LocalizedServiceId
- All Implemented Interfaces:
Serializable,Comparable<LocalizedServiceId>
public class LocalizedServiceId
extends Object
implements Serializable, Comparable<LocalizedServiceId>
Combines a serviceId (represented by
AgencyAndId) and a
TimeZone object that can be used to ground ServiceDate
objects. See ServiceDate.getAsDate(TimeZone) for more info.- Author:
- bdferris
- See Also:
-
Constructor Details
-
LocalizedServiceId
-
-
Method Details
-
getId
-
getTimeZone
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<LocalizedServiceId>
-