Package com.sgs.common.database
Class CommonIngredientStep
- java.lang.Object
-
- com.sgs.common.database.CommonIngredientStep
-
public class CommonIngredientStep extends java.lang.ObjectThis class represents a Common Ingredient Step. It is used for internal purposes only.- Author:
- SGSystems
-
-
Constructor Summary
Constructors Constructor Description CommonIngredientStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchgetActiveBatch()JobLinegetJobLine()PreBatchgetPreBatch()doublegetQuantityAdded()FormulaStepgetStep()booleanisComplete()booleanisRemainderAdditionRequired()booleanisStepSkipped()voidsetActiveBatch(Batch batch)voidsetComplete(boolean complete)voidsetJobLine(JobLine jobLine)voidsetPreBatch(PreBatch preBatch)voidsetQuantityAdded(double qty)voidsetRemainderAdditionRequired(boolean remainderAdditionRequired)voidsetStep(FormulaStep step)voidsetStepSkipped(boolean stepSkipped)
-
-
-
Method Detail
-
getStep
public FormulaStep getStep()
-
getJobLine
public JobLine getJobLine()
-
setStep
public void setStep(FormulaStep step)
-
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)
-
-