Interface IDtoMaterialConsumption

All Known Implementing Classes:
DtoMaterialConsumption

public interface IDtoMaterialConsumption
Details about the material and the quantity required for the job.
  • Method Details

    • getMaterial

      String getMaterial()
      Name of the material that is required to run the job
    • setMaterial

      void setMaterial(String material)
      Name of the material that is required to run the job
    • getQuantity

      Long getQuantity()
      Amount of material that is required to run the job.
    • setQuantity

      void setQuantity(Long quantity)
      Amount of material that is required to run the job.
    • getStart

      The consumed material will be removed linearly from the stock, starting at this time.
    • setStart

      void setStart(IDtoAbstractAllocationAnchor start)
      The consumed material will be removed linearly from the stock, starting at this time.
    • getEnd

      The consumed material will be removed linearly from the stock, ending at this time.
    • setEnd

      void setEnd(IDtoAbstractAllocationAnchor end)
      The consumed material will be removed linearly from the stock, ending at this time.