| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.WorkSchedule.WorkTimeInfo |
WorkTimeInfo implements the BlobProperty that allows to manage work time information.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WorkSchedule.WorkTimeInfo.Builder | Builder for WorkTimeInfo. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NONE | This is a special value that can be used to indicate that no work time is defined for a particular day. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the end time of the work time.
| |||||||||||
Get the start time of the work time.
| |||||||||||
Check if the current work time is before the specified time.
| |||||||||||
Check if the current work time is before the specified time.
| |||||||||||
Check if this work time overlaps with another work time.
| |||||||||||
Check if the current work time is undefined.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This is a special value that can be used to indicate that no work time is defined for a particular day.
Get the end time of the work time.
Get the start time of the work time.
Check if the current work time is before the specified time.
| time | the time to check against. |
|---|
true if the work time is before the specified time, false otherwise.
Check if the current work time is before the specified time.
| time | the time to check against. |
|---|
true if the work time is before the specified time, false otherwise.
Check if this work time overlaps with another work time.
| other | the other work time to check against. |
|---|
true if they overlap, false otherwise.
Check if the current work time is undefined.
boolean.