Class Bag


  • public class Bag
    extends HibernateObject
    This class represents a container used during the batching process The purpose of this class is currently for internal use only
    Author:
    SGSystems
    • Constructor Detail

      • Bag

        public Bag()
    • Method Detail

      • getBagId

        public int getBagId()
      • setBagId

        public void setBagId​(int bagId)
      • getBatch

        public Batch getBatch()
      • setBatch

        public void setBatch​(Batch batch)
      • getQuantity

        public java.lang.Double getQuantity()
      • setQuantity

        public void setQuantity​(java.lang.Double quantity)
      • getCollatedInto

        public java.lang.Integer getCollatedInto()
      • setCollatedInto

        public void setCollatedInto​(java.lang.Integer collatedInto)
      • getContainerId

        public java.lang.Integer getContainerId()
      • setContainerId

        public void setContainerId​(java.lang.Integer containerId)
      • getCommodity

        public Commodity getCommodity()
      • setCommodity

        public void setCommodity​(Commodity commodity)
      • setBatchConsumption

        public void setBatchConsumption​(BatchConsumption batchConsumption)
      • getCollatedDate

        public java.util.Date getCollatedDate()
      • setCollatedDate

        public void setCollatedDate​(java.util.Date collatedDate)
      • getCollationUser

        public User getCollationUser()
      • setCollationUser

        public void setCollationUser​(User collationUser)
      • getCollationTerminal

        public Terminal getCollationTerminal()
      • setCollationTerminal

        public void setCollationTerminal​(Terminal collationTerminal)