public final class WorkingDay extends Object implements Serializable
Constructor and Description |
---|
WorkingDay() |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfWeek()
Get the day of week of the working day
|
int |
getIdWeekDefinition()
Get the id of the week definition the working day belongs to
|
int |
getIdWorkingDay()
Get the id of the working day
|
List<TimeSlot> |
getListTimeSlot()
Get the time slots of the working day
|
void |
setDayOfWeek(int nDayOfWeek)
Set the day of week of the working day
|
void |
setIdWeekDefinition(int nIdWeekDefinition)
Set the id of the week definition the working day belongs to
|
void |
setIdWorkingDay(int nIdWorkingDay)
Set the id of the working day
|
void |
setListTimeSlot(List<TimeSlot> listTimeSlots)
Set the time slots of the working day
|
public int getIdWorkingDay()
public void setIdWorkingDay(int nIdWorkingDay)
nIdWorkingDay
- the id to setpublic int getDayOfWeek()
public void setDayOfWeek(int nDayOfWeek)
nDayOfWeek
- the day of week to setpublic int getIdWeekDefinition()
public void setIdWeekDefinition(int nIdWeekDefinition)
nIdWeekDefinition
- the id to setpublic List<TimeSlot> getListTimeSlot()
Copyright © 2018 City of Paris. All rights reserved.