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 ChecksDeviationDetails. checkThe check that is associated with the deviation.ChecksChecksLog. checksThe Check that is associated with the log.Methods in com.sgs.common.database that return Checks Modifier and Type Method Description ChecksDeviationDetails. getCheck()ChecksChecksLog. getChecks()Methods in com.sgs.common.database with parameters of type Checks Modifier and Type Method Description voidDeviationDetails. setCheck(Checks check)voidChecksLog. setChecks(Checks checks)
-