Uses of Class
com.sgs.common.database.Asset
-
Packages that use Asset 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 Asset in com.sgs.common.database
Fields in com.sgs.common.database declared as Asset Modifier and Type Field Description Asset
AssetJobLog. assetUsed
The asset that was used, as recorded in this job log.Methods in com.sgs.common.database that return Asset Modifier and Type Method Description Asset
AssetFormulaLink. getAsset()
Asset
AssetGroupLink. getAsset()
Asset
AssetMaintenance. getAsset()
Asset
AssetJobLog. getAssetUsed()
Methods in com.sgs.common.database with parameters of type Asset Modifier and Type Method Description void
AssetFormulaLink. setAsset(Asset asset)
void
AssetGroupLink. setAsset(Asset asset)
void
AssetMaintenance. setAsset(Asset asset)
void
AssetJobLog. setAssetUsed(Asset assetUsed)
-