Uses of Class
com.sgs.common.database.Checks
-
Packages that use Checks 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 Checks in com.sgs.common.database
Fields in com.sgs.common.database declared as Checks Modifier and Type Field Description Checks
DeviationDetails. check
The check that is associated with the deviation.Checks
ChecksLog. checks
The Check that is associated with the log.Methods in com.sgs.common.database that return Checks Modifier and Type Method Description Checks
DeviationDetails. getCheck()
Checks
ChecksLog. getChecks()
Methods in com.sgs.common.database with parameters of type Checks Modifier and Type Method Description void
DeviationDetails. setCheck(Checks check)
void
ChecksLog. setChecks(Checks checks)
-