Class LastUsed


  • public class LastUsed
    extends HibernateObject
    This class is used to store information on the last stock used for a job This allows the system to pre-assign stock to jobs or remember them to reduce operator input
    Author:
    SGSystems
    • Field Detail

      • stockId

        public java.lang.Integer stockId
        The StockLocation ID for the lot to be remembered
      • terminalId

        public java.lang.Integer terminalId
        The Terminal ID for the terminal which used this lot
      • commodityId

        public java.lang.Integer commodityId
        The Commodity ID for the commodity used for this step
      • lotContainerId

        public java.lang.Integer lotContainerId
        The LotContainer ID which was used
      • batchId

        public java.lang.Integer batchId
        The Batch ID that this lot was remembered in
    • Constructor Detail

      • LastUsed

        public LastUsed()
    • Method Detail

      • getStockId

        public java.lang.Integer getStockId()
      • getTerminalId

        public java.lang.Integer getTerminalId()
      • setStockId

        public void setStockId​(java.lang.Integer stockId)
      • setTerminalId

        public void setTerminalId​(java.lang.Integer terminalId)
      • getCommodityId

        public java.lang.Integer getCommodityId()
      • setCommodityId

        public void setCommodityId​(java.lang.Integer commodityId)
      • getLotContainerId

        public java.lang.Integer getLotContainerId()
      • setLotContainerId

        public void setLotContainerId​(java.lang.Integer lotContainerId)
      • getBatchId

        public java.lang.Integer getBatchId()
      • setBatchId

        public void setBatchId​(java.lang.Integer batchId)