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 ChecksQuestionChecksAnswer. checksQuestionThe check that is associated with the answer.ChecksQuestionChecksLog. checksQuestionThe actual check / question that was asked.Methods in com.sgs.common.database that return ChecksQuestion Modifier and Type Method Description ChecksQuestionChecksAnswer. getChecksQuestion()ChecksQuestionChecksLog. getChecksQuestion()Methods in com.sgs.common.database with parameters of type ChecksQuestion Modifier and Type Method Description voidChecksAnswer. setChecksQuestion(ChecksQuestion checksQuestion)voidChecksLog. setChecksQuestion(ChecksQuestion checksQuestion)
-