Interface IDtoToolRequirement
- All Known Implementing Classes:
DtoToolRequirement
public interface IDtoToolRequirement
Tools required during execution of a process.
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Tool is required until this time.getKind()Kind of the required tool.The required quantity of the tool.getStart()Tool is required from this time onwards.voidTool is required until this time.voidKind of the required tool.voidsetQuantity(Integer quantity) The required quantity of the tool.voidTool is required from this time onwards.
-
Method Details
-
getKind
String getKind()Kind of the required tool. -
setKind
Kind of the required tool. -
getQuantity
Integer getQuantity()The required quantity of the tool. -
setQuantity
The required quantity of the tool. -
getStart
IDtoAbstractAllocationAnchor getStart()Tool is required from this time onwards. Start may not reference a Time at or after end. -
setStart
Tool is required from this time onwards. Start may not reference a Time at or after end. -
getEnd
IDtoAbstractAllocationAnchor getEnd()Tool is required until this time. Start may not reference a Time at or after end. -
setEnd
Tool is required until this time. Start may not reference a Time at or after end.
-