Class X_M_AttributeUse

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_AttributeUse
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_AttributeUse, I_Persistent, Evaluatee
Direct Known Subclasses:
MAttributeUse

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

    • X_M_AttributeUse

      public X_M_AttributeUse(Properties ctx, int M_AttributeUse_ID, String trxName)
      Standard Constructor
    • X_M_AttributeUse

      public X_M_AttributeUse(Properties ctx, int M_AttributeUse_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_AttributeUse

      public X_M_AttributeUse(Properties ctx, String M_AttributeUse_UU, String trxName)
      Standard Constructor
    • X_M_AttributeUse

      public X_M_AttributeUse(Properties ctx, String M_AttributeUse_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_AttributeUse

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