Uses of Class
com.sgs.common.database.Document
-
Packages that use Document 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 Document in com.sgs.common.database
Methods in com.sgs.common.database that return Document Modifier and Type Method Description Document
DocumentPages. getDocument()
Document
DocumentVersion. getDocument()
Document
AnalyticalWorkCardTestGroup. getRefDocument()
Methods in com.sgs.common.database with parameters of type Document Modifier and Type Method Description void
DocumentPages. setDocument(Document document)
void
DocumentVersion. setDocument(Document document)
void
AnalyticalWorkCardTestGroup. setRefDocument(Document refDocument)
-