Interface IDtoDeviceAvailability
- All Known Implementing Classes:
DtoDeviceAvailability
public interface IDtoDeviceAvailability
A strech of time where a device may be used (if it is not reserved). Times where a device is not available behave exactly like DtoDeviceReservation.
-
Method Details
-
getStart
Long getStart()Start of the availability (start smaller than end). Default is Timestamp::MIN -
setStart
Start of the availability (start smaller than end). Default is Timestamp::MIN -
getEnd
Long getEnd()End of the availability (start smaller than end). Default is Timestamp::MAX -
setEnd
End of the availability (start smaller than end). Default is Timestamp::MAX
-