Uses of Class
com.sgs.common.database.SOPHeader
-
Packages that use SOPHeader 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 SOPHeader in com.sgs.common.database
Methods in com.sgs.common.database that return SOPHeader Modifier and Type Method Description SOPHeaderPolicySOPLink. getSop()SOPHeaderSOPCommodityLink. getSopHeader()SOPHeaderSOPResponsibility. getSopHeader()SOPHeaderSOPStep. getSopHeader()Methods in com.sgs.common.database with parameters of type SOPHeader Modifier and Type Method Description voidPolicySOPLink. setSop(SOPHeader sop)voidSOPCommodityLink. setSopHeader(SOPHeader sopHeader)voidSOPResponsibility. setSopHeader(SOPHeader sopHeader)voidSOPStep. setSopHeader(SOPHeader sopHeader)
-