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 Summary

    Modifier and Type
    Method
    Description
    End of the availability (start smaller than end).
    Start of the availability (start smaller than end).
    void
    setEnd(Long end)
    End of the availability (start smaller than end).
    void
    setStart(Long start)
    Start of the availability (start smaller than end).
  • Method Details

    • getStart

      Long getStart()
      Start of the availability (start smaller than end). Default is Timestamp::MIN
    • setStart

      void setStart(Long start)
      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

      void setEnd(Long end)
      End of the availability (start smaller than end). Default is Timestamp::MAX