org.onebusaway.gtfs.model
Class ServiceCalendarDate

java.lang.Object
  extended by org.onebusaway.gtfs.model.IdentityBean<java.lang.Integer>
      extended by 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

Field Summary
static int EXCEPTION_TYPE_ADD
           
static int EXCEPTION_TYPE_REMOVE
           
 
Constructor Summary
ServiceCalendarDate()
           
ServiceCalendarDate(ServiceCalendarDate obj)
           
 
Method Summary
 ServiceDate getDate()
           
 int getExceptionType()
           
 java.lang.Integer getId()
           
 AgencyAndId getServiceId()
           
 void setDate(ServiceDate date)
           
 void setExceptionType(int exceptionType)
           
 void setId(java.lang.Integer id)
           
 void setServiceId(AgencyAndId serviceId)
           
 java.lang.String toString()
           
 
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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 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.