Class X_M_BOMProduct

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_BOMProduct
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_BOMProduct, I_Persistent, Evaluatee
Direct Known Subclasses:
MBOMProduct

public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
Generated Model for M_BOMProduct
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • BOMPRODUCTTYPE_AD_Reference_ID

      public static final int BOMPRODUCTTYPE_AD_Reference_ID
      BOMProductType AD_Reference_ID=349
      See Also:
    • BOMPRODUCTTYPE_Alternative

      public static final String BOMPRODUCTTYPE_Alternative
      Alternative = A
      See Also:
    • BOMPRODUCTTYPE_AlternativeDefault

      public static final String BOMPRODUCTTYPE_AlternativeDefault
      Alternative (Default) = D
      See Also:
    • BOMPRODUCTTYPE_OptionalProduct

      public static final String BOMPRODUCTTYPE_OptionalProduct
      Optional Product = O
      See Also:
    • BOMPRODUCTTYPE_StandardProduct

      public static final String BOMPRODUCTTYPE_StandardProduct
      Standard Product = S
      See Also:
    • BOMPRODUCTTYPE_OutsideProcessing

      public static final String BOMPRODUCTTYPE_OutsideProcessing
      Outside Processing = X
      See Also:
  • Constructor Details

    • X_M_BOMProduct

      public X_M_BOMProduct(Properties ctx, int M_BOMProduct_ID, String trxName)
      Standard Constructor
    • X_M_BOMProduct

      public X_M_BOMProduct(Properties ctx, int M_BOMProduct_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_BOMProduct

      public X_M_BOMProduct(Properties ctx, String M_BOMProduct_UU, String trxName)
      Standard Constructor
    • X_M_BOMProduct

      public X_M_BOMProduct(Properties ctx, String M_BOMProduct_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_BOMProduct

      public X_M_BOMProduct(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details