Package org.onebusaway.gtfs.model
Class ServiceCalendarDate
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<Integer>
-
- org.onebusaway.gtfs.model.ServiceCalendarDate
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class ServiceCalendarDate extends IdentityBean<Integer>
- Author:
- bdferris
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intEXCEPTION_TYPE_ADDstatic intEXCEPTION_TYPE_REMOVE
-
Constructor Summary
Constructors Constructor Description ServiceCalendarDate()ServiceCalendarDate(ServiceCalendarDate obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDategetDate()intgetExceptionType()IntegergetId()AgencyAndIdgetServiceId()voidsetDate(ServiceDate date)voidsetExceptionType(int exceptionType)voidsetId(Integer id)voidsetServiceId(AgencyAndId serviceId)StringtoString()-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
ServiceCalendarDate
public ServiceCalendarDate()
-
ServiceCalendarDate
public ServiceCalendarDate(ServiceCalendarDate obj)
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
public void setId(Integer id)
- Specified by:
setIdin classIdentityBean<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)
-
-