Interface IDtoToolUsage
- All Known Implementing Classes:
DtoToolUsage
public interface IDtoToolUsage
When is which tool used
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Tool-quantity is used until this time.getKind()Kind of the used tool.Used quantity of the tool.getStart()Tool-quantity is used from this time onwards.voidTool-quantity is used until this time.voidKind of the used tool.voidsetQuantity(Integer quantity) Used quantity of the tool.voidTool-quantity is used from this time onwards.
-
Method Details
-
getKind
String getKind()Kind of the used tool. -
setKind
Kind of the used tool. -
getQuantity
Integer getQuantity()Used quantity of the tool. -
setQuantity
Used quantity of the tool. -
getStart
Long getStart()Tool-quantity is used from this time onwards. start smaller than end -
setStart
Tool-quantity is used from this time onwards. start smaller than end -
getEnd
Long getEnd()Tool-quantity is used until this time. start smaller than end -
setEnd
Tool-quantity is used until this time. start smaller than end
-