Uses of Class
com.sgs.common.database.OptionalGroup
-
Packages that use OptionalGroup 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 OptionalGroup in com.sgs.common.database
Fields in com.sgs.common.database declared as OptionalGroup Modifier and Type Field Description OptionalGroup
FormulaStep. optionalGroup
The optional group that this step belongs toMethods in com.sgs.common.database that return OptionalGroup Modifier and Type Method Description OptionalGroup
OptionalGroup. getOldGroup()
OptionalGroup
FormulaStep. getOptionalGroup()
OptionalGroup
FormulaStep. getPredeterminedGroupChoice()
OptionalGroup
OptionalGroup. getPreviousGroup()
Methods in com.sgs.common.database with parameters of type OptionalGroup Modifier and Type Method Description void
OptionalGroup. setOldGroup(OptionalGroup oldGroup)
void
FormulaStep. setOptionalGroup(OptionalGroup optionalGroup)
void
FormulaStep. setPredeterminedGroupChoice(OptionalGroup predeterminedGroupChoice)
void
OptionalGroup. setPreviousGroup(OptionalGroup previousGroup)
-