Uses of Class
com.sgs.common.database.ChecksAnswer
-
Packages that use ChecksAnswer 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 ChecksAnswer in com.sgs.common.database
Fields in com.sgs.common.database declared as ChecksAnswer Modifier and Type Field Description ChecksAnswer
ChecksLog. checksAnswer
The actual answer / response that was given.Methods in com.sgs.common.database that return ChecksAnswer Modifier and Type Method Description ChecksAnswer
ChecksLog. getChecksAnswer()
Methods in com.sgs.common.database with parameters of type ChecksAnswer Modifier and Type Method Description void
ChecksLog. setChecksAnswer(ChecksAnswer checksAnswer)
-