Class X_C_BPartner_Product

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_BPartner_Product
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_BPartner_Product, I_Persistent, Evaluatee
Direct Known Subclasses:
MBPartnerProduct

public class X_C_BPartner_Product extends PO implements I_C_BPartner_Product, I_Persistent
Generated Model for C_BPartner_Product
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_BPartner_Product

      public X_C_BPartner_Product(Properties ctx, int C_BPartner_Product_ID, String trxName)
      Standard Constructor
    • X_C_BPartner_Product

      public X_C_BPartner_Product(Properties ctx, int C_BPartner_Product_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_BPartner_Product

      public X_C_BPartner_Product(Properties ctx, String C_BPartner_Product_UU, String trxName)
      Standard Constructor
    • X_C_BPartner_Product

      public X_C_BPartner_Product(Properties ctx, String C_BPartner_Product_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_BPartner_Product

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