public class Schedule extends Object implements Serializable
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
days(List<Integer> days) |
Schedule |
endDate(OffsetDateTime endDate) |
boolean |
equals(Object o) |
Schedule |
exceptions(List<ScheduleException> exceptions) |
List<Integer> |
getDays() |
OffsetDateTime |
getEndDate() |
List<ScheduleException> |
getExceptions() |
String |
getId() |
String |
getName() |
OffsetDateTime |
getStartDate() |
int |
hashCode() |
Schedule |
id(String id) |
Schedule |
name(String name) |
void |
setDays(List<Integer> days) |
void |
setEndDate(OffsetDateTime endDate) |
void |
setExceptions(List<ScheduleException> exceptions) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStartDate(OffsetDateTime startDate) |
Schedule |
startDate(OffsetDateTime startDate) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Schedule exceptions(List<ScheduleException> exceptions)
public List<ScheduleException> getExceptions()
public void setExceptions(List<ScheduleException> exceptions)
public Schedule startDate(OffsetDateTime startDate)
public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public Schedule endDate(OffsetDateTime endDate)
public OffsetDateTime getEndDate()
public void setEndDate(OffsetDateTime endDate)
Copyright © 2019 Metatavu Oy. All rights reserved.