Class DtoToolRequirement
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
- All Implemented Interfaces:
IDtoToolRequirement
Tools required during execution of a process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnd()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.inthashCode()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.Tool is required until this time.Kind of the required tool.withQuantity(Integer quantity) The required quantity of the tool.Tool is required from this time onwards.
-
Constructor Details
-
DtoToolRequirement
protected DtoToolRequirement() -
DtoToolRequirement
-
-
Method Details
-
getKind
Kind of the required tool.- Specified by:
getKindin interfaceIDtoToolRequirement
-
setKind
Kind of the required tool.- Specified by:
setKindin interfaceIDtoToolRequirement
-
getQuantity
The required quantity of the tool.- Specified by:
getQuantityin interfaceIDtoToolRequirement
-
setQuantity
The required quantity of the tool.- Specified by:
setQuantityin interfaceIDtoToolRequirement
-
getStart
Tool is required from this time onwards. Start may not reference a Time at or after end.- Specified by:
getStartin interfaceIDtoToolRequirement
-
setStart
Tool is required from this time onwards. Start may not reference a Time at or after end.- Specified by:
setStartin interfaceIDtoToolRequirement
-
getEnd
Tool is required until this time. Start may not reference a Time at or after end.- Specified by:
getEndin interfaceIDtoToolRequirement
-
setEnd
Tool is required until this time. Start may not reference a Time at or after end.- Specified by:
setEndin interfaceIDtoToolRequirement
-
withKind
Kind of the required tool. -
withQuantity
The required quantity of the tool. -
withStart
Tool is required from this time onwards. Start may not reference a Time at or after end. -
withEnd
Tool is required until this time. Start may not reference a Time at or after end. -
equals
-
hashCode
public int hashCode()
-