Uses of Class
com.sgs.common.database.ChecksQuestion
-
Packages that use ChecksQuestion 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 ChecksQuestion in com.sgs.common.database
Fields in com.sgs.common.database declared as ChecksQuestion Modifier and Type Field Description ChecksQuestion
ChecksAnswer. checksQuestion
The check that is associated with the answer.ChecksQuestion
ChecksLog. checksQuestion
The actual check / question that was asked.Methods in com.sgs.common.database that return ChecksQuestion Modifier and Type Method Description ChecksQuestion
ChecksAnswer. getChecksQuestion()
ChecksQuestion
ChecksLog. getChecksQuestion()
Methods in com.sgs.common.database with parameters of type ChecksQuestion Modifier and Type Method Description void
ChecksAnswer. setChecksQuestion(ChecksQuestion checksQuestion)
void
ChecksLog. setChecksQuestion(ChecksQuestion checksQuestion)
-