Interface IDtoToolUsage

All Known Implementing Classes:
DtoToolUsage

public interface IDtoToolUsage
When is which tool used
  • Method Summary

    Modifier and Type
    Method
    Description
    Tool-quantity is used until this time.
    Kind of the used tool.
    Used quantity of the tool.
    Tool-quantity is used from this time onwards.
    void
    setEnd(Long end)
    Tool-quantity is used until this time.
    void
    Kind of the used tool.
    void
    setQuantity(Integer quantity)
    Used quantity of the tool.
    void
    setStart(Long start)
    Tool-quantity is used from this time onwards.
  • Method Details

    • getKind

      String getKind()
      Kind of the used tool.
    • setKind

      void setKind(String kind)
      Kind of the used tool.
    • getQuantity

      Integer getQuantity()
      Used quantity of the tool.
    • setQuantity

      void setQuantity(Integer quantity)
      Used quantity of the tool.
    • getStart

      Long getStart()
      Tool-quantity is used from this time onwards. start smaller than end
    • setStart

      void setStart(Long start)
      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

      void setEnd(Long end)
      Tool-quantity is used until this time. start smaller than end