Class X_C_BP_Relation

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_BP_Relation
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_BP_Relation, I_Persistent, Evaluatee

public class X_C_BP_Relation extends PO implements I_C_BP_Relation, I_Persistent
Generated Model for C_BP_Relation
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_BP_Relation

      public X_C_BP_Relation(Properties ctx, int C_BP_Relation_ID, String trxName)
      Standard Constructor
    • X_C_BP_Relation

      public X_C_BP_Relation(Properties ctx, int C_BP_Relation_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_BP_Relation

      public X_C_BP_Relation(Properties ctx, String C_BP_Relation_UU, String trxName)
      Standard Constructor
    • X_C_BP_Relation

      public X_C_BP_Relation(Properties ctx, String C_BP_Relation_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_BP_Relation

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