Uses of Class
com.sgs.common.database.QAGroup
-
Packages that use QAGroup 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 QAGroup in com.sgs.common.database
Fields in com.sgs.common.database declared as QAGroup Modifier and Type Field Description QAGroup
QAGroupEvent. qaGroup
The QA group to which this event pertainsQAGroup
QAGroupLink. qaGroup
Methods in com.sgs.common.database that return QAGroup Modifier and Type Method Description QAGroup
QAGroupEvent. getQaGroup()
QAGroup
QAGroupLink. getQaGroup()
Methods in com.sgs.common.database with parameters of type QAGroup Modifier and Type Method Description void
QAGroupEvent. setQaGroup(QAGroup qaGroup)
void
QAGroupLink. setQaGroup(QAGroup qaGroup)
-