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 DocumentDocumentPages. getDocument()DocumentDocumentVersion. getDocument()DocumentAnalyticalWorkCardTestGroup. getRefDocument()Methods in com.sgs.common.database with parameters of type Document Modifier and Type Method Description voidDocumentPages. setDocument(Document document)voidDocumentVersion. setDocument(Document document)voidAnalyticalWorkCardTestGroup. setRefDocument(Document refDocument)
-