| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.SerializableBlob | |
| ↳ | com.datalogic.device.configuration.WorkSchedule | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WorkSchedule.Builder | Builder for WorkSchedule. | ||||||||||
| WorkSchedule.WorkTimeInfo | WorkTimeInfo implements the BlobProperty that allows to manage work time information. |
||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | WEEK_DAY_FRIDAY | ||||||||||
| int | WEEK_DAY_GENERIC | Constants for the days of the week (ISO-8601). | |||||||||
| int | WEEK_DAY_MONDAY | ||||||||||
| int | WEEK_DAY_SATURDAY | ||||||||||
| int | WEEK_DAY_SUNDAY | ||||||||||
| int | WEEK_DAY_THURSDAY | ||||||||||
| int | WEEK_DAY_TUESDAY | ||||||||||
| int | WEEK_DAY_WEDNESDAY | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the smart charge schedule, generic for all days.
| |||||||||||
Get the smart charge schedule for a specific day of the week.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.SerializableBlob
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constants for the days of the week (ISO-8601).
Get the smart charge schedule, generic for all days.
Get the smart charge schedule for a specific day of the week.
| dayOfWeek | the day of the week (1 = Monday, ..., 7 = Sunday) |
|---|