Class AssetJobLog


  • public class AssetJobLog
    extends HibernateObject
    Logs the usage of assets in various jobs. It records job line details and the specific asset used, providing traceability for asset utilization.
    • Field Detail

      • jobLine

        public JobLine jobLine
        The job line associated with this asset job log.
      • assetUsed

        public Asset assetUsed
        The asset that was used, as recorded in this job log.
    • Constructor Detail

      • AssetJobLog

        public AssetJobLog()
    • Method Detail

      • getJobLine

        public JobLine getJobLine()
      • setJobLine

        public void setJobLine​(JobLine jobLine)
      • getAssetUsed

        public Asset getAssetUsed()
      • setAssetUsed

        public void setAssetUsed​(Asset assetUsed)