Class MLotCtlExclude

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

public class MLotCtlExclude extends X_M_LotCtlExclude
Exclude create of Lot for a table (for e.g C_OrderLine).
Author:
hengsin
See Also:
  • Constructor Details

    • MLotCtlExclude

      public MLotCtlExclude(Properties ctx, String M_LotCtlExclude_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      M_LotCtlExclude_UU - UUID key
      trxName - Transaction
    • MLotCtlExclude

      public MLotCtlExclude(Properties ctx, int M_LotCtlExclude_ID, String trxName)
      Parameters:
      ctx -
      M_LotCtlExclude_ID -
      trxName -
    • MLotCtlExclude

      public MLotCtlExclude(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
    • MLotCtlExclude

      public MLotCtlExclude(MLotCtlExclude copy)
      Copy constructor
      Parameters:
      copy -
    • MLotCtlExclude

      public MLotCtlExclude(Properties ctx, MLotCtlExclude copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MLotCtlExclude

      public MLotCtlExclude(Properties ctx, MLotCtlExclude copy, String trxName)
      Copy constructor
      Parameters:
      ctx -
      copy -
      trxName -