Class CommonIngredientStep


  • public class CommonIngredientStep
    extends java.lang.Object
    This class represents a Common Ingredient Step. It is used for internal purposes only.
    Author:
    SGSystems
    • Constructor Detail

      • CommonIngredientStep

        public CommonIngredientStep()
    • Method Detail

      • getJobLine

        public JobLine getJobLine()
      • setJobLine

        public void setJobLine​(JobLine jobLine)
      • isComplete

        public boolean isComplete()
      • setComplete

        public void setComplete​(boolean complete)
      • getActiveBatch

        public Batch getActiveBatch()
      • setActiveBatch

        public void setActiveBatch​(Batch batch)
      • setQuantityAdded

        public void setQuantityAdded​(double qty)
      • getQuantityAdded

        public double getQuantityAdded()
      • getPreBatch

        public PreBatch getPreBatch()
      • setPreBatch

        public void setPreBatch​(PreBatch preBatch)
      • isRemainderAdditionRequired

        public boolean isRemainderAdditionRequired()
      • setRemainderAdditionRequired

        public void setRemainderAdditionRequired​(boolean remainderAdditionRequired)
      • isStepSkipped

        public boolean isStepSkipped()
      • setStepSkipped

        public void setStepSkipped​(boolean stepSkipped)