public final class ServiceCalendar extends Object implements Serializable
Constructor and Description |
---|
ServiceCalendar() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ServiceDate |
getEndDate() |
int |
getFriday() |
int |
getMonday() |
int |
getSaturday() |
FeedScopedId |
getServiceId() |
ServiceDate |
getStartDate() |
int |
getSunday() |
int |
getThursday() |
int |
getTuesday() |
int |
getWednesday() |
int |
hashCode() |
void |
setEndDate(ServiceDate endDate) |
void |
setFriday(int friday) |
void |
setMonday(int monday) |
void |
setSaturday(int saturday) |
void |
setServiceId(FeedScopedId serviceId) |
void |
setStartDate(ServiceDate startDate) |
void |
setSunday(int sunday) |
void |
setThursday(int thursday) |
void |
setTuesday(int tuesday) |
void |
setWednesday(int wednesday) |
String |
toString() |
public FeedScopedId getServiceId()
public void setServiceId(FeedScopedId serviceId)
public int getMonday()
public void setMonday(int monday)
public int getTuesday()
public void setTuesday(int tuesday)
public int getWednesday()
public void setWednesday(int wednesday)
public int getThursday()
public void setThursday(int thursday)
public int getFriday()
public void setFriday(int friday)
public int getSaturday()
public void setSaturday(int saturday)
public int getSunday()
public void setSunday(int sunday)
public ServiceDate getStartDate()
public void setStartDate(ServiceDate startDate)
public ServiceDate getEndDate()
public void setEndDate(ServiceDate endDate)
Copyright © 2019. All rights reserved.