Class MLotCtl

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_LotCtl, I_Persistent, Evaluatee

public class MLotCtl extends X_M_LotCtl
Lot Control Model
Version:
$Id: MLotCtl.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MLotCtl

      public MLotCtl(Properties ctx, String M_LotCtl_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      M_LotCtl_UU - UUID key
      trxName - Transaction
    • 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 Details

    • createLot

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