Interface IDtoToolAvailability

All Known Implementing Classes:
DtoToolAvailability

public interface IDtoToolAvailability
A stretch of time when (a number of copies of) a tool is made available.
  • Method Details

    • getStart

      Long getStart()
      From this time... (end greater than start). Default is Timestamp::MIN
    • setStart

      void setStart(Long start)
      From this time... (end greater than start). Default is Timestamp::MIN
    • getEnd

      Long getEnd()
      ... until this time (end greater than start). Default is Timestamp::MAX
    • setEnd

      void setEnd(Long end)
      ... until this time (end greater than start). Default is Timestamp::MAX
    • getQuantity

      Integer getQuantity()
      Number of copies of this tool.
    • setQuantity

      void setQuantity(Integer quantity)
      Number of copies of this tool.