Class DtoToolUsage
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
- All Implemented Interfaces:
IDtoToolUsage
When is which tool used
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoToolUsage(String kind, Integer quantity, Long start, Long end) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEnd()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.inthashCode()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.Tool-quantity is used until this time.Kind of the used tool.withQuantity(Integer quantity) Used quantity of the tool.Tool-quantity is used from this time onwards.
-
Constructor Details
-
DtoToolUsage
protected DtoToolUsage() -
DtoToolUsage
-
-
Method Details
-
getKind
Kind of the used tool.- Specified by:
getKindin interfaceIDtoToolUsage
-
setKind
Kind of the used tool.- Specified by:
setKindin interfaceIDtoToolUsage
-
getQuantity
Used quantity of the tool.- Specified by:
getQuantityin interfaceIDtoToolUsage
-
setQuantity
Used quantity of the tool.- Specified by:
setQuantityin interfaceIDtoToolUsage
-
getStart
Tool-quantity is used from this time onwards. start smaller than end- Specified by:
getStartin interfaceIDtoToolUsage
-
setStart
Tool-quantity is used from this time onwards. start smaller than end- Specified by:
setStartin interfaceIDtoToolUsage
-
getEnd
Tool-quantity is used until this time. start smaller than end- Specified by:
getEndin interfaceIDtoToolUsage
-
setEnd
Tool-quantity is used until this time. start smaller than end- Specified by:
setEndin interfaceIDtoToolUsage
-
withKind
Kind of the used tool. -
withQuantity
Used quantity of the tool. -
withStart
Tool-quantity is used from this time onwards. start smaller than end -
withEnd
Tool-quantity is used until this time. start smaller than end -
equals
-
hashCode
public int hashCode()
-