org.onebusaway.gtfs.model
Class ServiceCalendarDate
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<java.lang.Integer>
org.onebusaway.gtfs.model.ServiceCalendarDate
- All Implemented Interfaces:
- java.io.Serializable
public final class ServiceCalendarDate
- extends IdentityBean<java.lang.Integer>
- Author:
- bdferris
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EXCEPTION_TYPE_ADD
public static final int EXCEPTION_TYPE_ADD
- See Also:
- Constant Field Values
EXCEPTION_TYPE_REMOVE
public static final int EXCEPTION_TYPE_REMOVE
- See Also:
- Constant Field Values
ServiceCalendarDate
public ServiceCalendarDate()
ServiceCalendarDate
public ServiceCalendarDate(ServiceCalendarDate obj)
getId
public java.lang.Integer getId()
- Specified by:
getId in class IdentityBean<java.lang.Integer>
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in class IdentityBean<java.lang.Integer>
getServiceId
public AgencyAndId getServiceId()
setServiceId
public void setServiceId(AgencyAndId serviceId)
getDate
public ServiceDate getDate()
setDate
public void setDate(ServiceDate date)
getExceptionType
public int getExceptionType()
setExceptionType
public void setExceptionType(int exceptionType)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010 OneBusAway. All Rights Reserved.