Interface IDtoTimedMaterialConsumption

All Known Implementing Classes:
DtoTimedMaterialConsumption

public interface IDtoTimedMaterialConsumption
When is how much of which material consumed
  • Method Summary

    Modifier and Type
    Method
    Description
    The material is consumed linearly ending at this time..
    Name of the material that is consumed
    Amount of material that is consumed
    The material is consumed linearly starting at this time.
    void
    setEnd(Long end)
    The material is consumed linearly ending at this time..
    void
    setMaterial(String material)
    Name of the material that is consumed
    void
    setQuantity(Long quantity)
    Amount of material that is consumed
    void
    setStart(Long start)
    The material is consumed linearly starting at this time.
  • Method Details

    • getMaterial

      String getMaterial()
      Name of the material that is consumed
    • setMaterial

      void setMaterial(String material)
      Name of the material that is consumed
    • getQuantity

      Long getQuantity()
      Amount of material that is consumed
    • setQuantity

      void setQuantity(Long quantity)
      Amount of material that is consumed
    • getStart

      Long getStart()
      The material is consumed linearly starting at this time.
    • setStart

      void setStart(Long start)
      The material is consumed linearly starting at this time.
    • getEnd

      Long getEnd()
      The material is consumed linearly ending at this time..
    • setEnd

      void setEnd(Long end)
      The material is consumed linearly ending at this time..