Class MBOMProduct

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

@Deprecated(forRemoval=true, since="11") public class MBOMProduct extends X_M_BOMProduct
Deprecated, for removal: This API element is subject to removal in a future version.
BOM Product/Component Model Never leave beta and drop
Version:
$Id: MBOMProduct.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MBOMProduct

      public MBOMProduct(Properties ctx, String M_BOMProduct_UU, String trxName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      UUID based Constructor
      Parameters:
      ctx - Context
      M_BOMProduct_UU - UUID key
      trxName - Transaction
    • MBOMProduct

      public MBOMProduct(Properties ctx, int M_BOMProduct_ID, String trxName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Standard Constructor
      Parameters:
      ctx - context
      M_BOMProduct_ID - id
      trxName - trx
    • MBOMProduct

      public MBOMProduct(MBOM bom)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parent Constructor
      Parameters:
      bom - product
    • MBOMProduct

      public MBOMProduct(Properties ctx, ResultSet rs, String trxName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - trx
  • Method Details

    • getOfBOM

      public static MBOMProduct[] getOfBOM(MBOM bom)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get Products of BOM
      Parameters:
      bom - bom
      Returns:
      array of BOM Products
    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Before Save
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - new
      Returns:
      true/false