Class MLotCtl

    • Constructor Detail

      • MLotCtl

        public MLotCtl​(Properties ctx,
                       int M_LotCtl_ID,
                       String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        M_LotCtl_ID - id
        trxName - transaction
      • MLotCtl

        public MLotCtl​(Properties ctx,
                       ResultSet rs,
                       String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
    • Method Detail

      • createLot

        public MLot createLot​(int M_Product_ID)
        Create new Lot. Increments Current Next and Commits
        Parameters:
        M_Product_ID - product
        Returns:
        saved Lot