public final class ServiceCalendarDate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPTION_TYPE_ADD |
static int |
EXCEPTION_TYPE_REMOVE |
Constructor and Description |
---|
ServiceCalendarDate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ServiceDate |
getDate() |
int |
getExceptionType() |
FeedScopedId |
getServiceId() |
int |
hashCode() |
void |
setDate(ServiceDate date) |
void |
setExceptionType(int exceptionType) |
void |
setServiceId(FeedScopedId serviceId) |
String |
toString() |
public static final int EXCEPTION_TYPE_ADD
public static final int EXCEPTION_TYPE_REMOVE
public FeedScopedId getServiceId()
public void setServiceId(FeedScopedId serviceId)
public ServiceDate getDate()
public void setDate(ServiceDate date)
public int getExceptionType()
public void setExceptionType(int exceptionType)
Copyright © 2019. All rights reserved.