Uses of Class
com.sgs.common.database.CommonIngredientStep
-
Packages that use CommonIngredientStep Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of CommonIngredientStep in com.sgs.common.database
Methods in com.sgs.common.database that return types with arguments of type CommonIngredientStep Modifier and Type Method Description java.util.List<CommonIngredientStep>
CommonIngredient. getSteps()
Methods in com.sgs.common.database with parameters of type CommonIngredientStep Modifier and Type Method Description void
CommonIngredient. addStep(CommonIngredientStep cis)
void
CommonIngredient. removeStep(CommonIngredientStep cis)
Method parameters in com.sgs.common.database with type arguments of type CommonIngredientStep Modifier and Type Method Description void
CommonIngredient. setSteps(java.util.List<CommonIngredientStep> steps)
-