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 OptionalGroupFormulaStep. optionalGroupThe optional group that this step belongs toMethods in com.sgs.common.database that return OptionalGroup Modifier and Type Method Description OptionalGroupOptionalGroup. getOldGroup()OptionalGroupFormulaStep. getOptionalGroup()OptionalGroupFormulaStep. getPredeterminedGroupChoice()OptionalGroupOptionalGroup. getPreviousGroup()Methods in com.sgs.common.database with parameters of type OptionalGroup Modifier and Type Method Description voidOptionalGroup. setOldGroup(OptionalGroup oldGroup)voidFormulaStep. setOptionalGroup(OptionalGroup optionalGroup)voidFormulaStep. setPredeterminedGroupChoice(OptionalGroup predeterminedGroupChoice)voidOptionalGroup. setPreviousGroup(OptionalGroup previousGroup)
-