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 Summary
-
Method Details
-
getStart
Long getStart()From this time... (end greater than start). Default is Timestamp::MIN -
setStart
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
... until this time (end greater than start). Default is Timestamp::MAX -
getQuantity
Integer getQuantity()Number of copies of this tool. -
setQuantity
Number of copies of this tool.
-