Interface IDtoMaterialProduction

All Known Implementing Classes:
DtoMaterialProduction

public interface IDtoMaterialProduction
Details about the material and the quantity produced by the job.
  • Method Details

    • getMaterial

      String getMaterial()
      Name of the material that is produced by the job
    • setMaterial

      void setMaterial(String material)
      Name of the material that is produced by the job
    • getQuantity

      Long getQuantity()
      Amount of material that is produced by the job.
    • setQuantity

      void setQuantity(Long quantity)
      Amount of material that is produced by the job.
    • getStart

      The generated material will be added to the stock linearly starting from this time. Material in stock is available for consumption by other jobs.
    • setStart

      void setStart(IDtoAbstractAllocationAnchor start)
      The generated material will be added to the stock linearly starting from this time. Material in stock is available for consumption by other jobs.
    • getEnd

      The generated material will be added to the stock linearly until this time. Material in stock is available for consumption by other jobs.
    • setEnd

      void setEnd(IDtoAbstractAllocationAnchor end)
      The generated material will be added to the stock linearly until this time. Material in stock is available for consumption by other jobs.