public final class ServiceCalendarDate extends IdentityBean<Integer>
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEPTION_TYPE_ADD |
static int |
EXCEPTION_TYPE_REMOVE |
| Constructor and Description |
|---|
ServiceCalendarDate() |
ServiceCalendarDate(ServiceCalendarDate obj) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDate |
getDate() |
int |
getExceptionType() |
Integer |
getId() |
AgencyAndId |
getServiceId() |
void |
setDate(ServiceDate date) |
void |
setExceptionType(int exceptionType) |
void |
setId(Integer id) |
void |
setServiceId(AgencyAndId serviceId) |
String |
toString() |
equals, hashCodepublic static final int EXCEPTION_TYPE_ADD
public static final int EXCEPTION_TYPE_REMOVE
public ServiceCalendarDate()
public ServiceCalendarDate(ServiceCalendarDate obj)
public Integer getId()
getId in class IdentityBean<Integer>public void setId(Integer id)
setId in class IdentityBean<Integer>public AgencyAndId getServiceId()
public void setServiceId(AgencyAndId serviceId)
public ServiceDate getDate()
public void setDate(ServiceDate date)
public int getExceptionType()
public void setExceptionType(int exceptionType)
Copyright © 2013 OneBusAway. All Rights Reserved.