Class X_AD_LabelCategory

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_LabelCategory
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_LabelCategory, I_Persistent, Evaluatee
Direct Known Subclasses:
MLabelCategory

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

    • X_AD_LabelCategory

      public X_AD_LabelCategory(Properties ctx, int AD_LabelCategory_ID, String trxName)
      Standard Constructor
    • X_AD_LabelCategory

      public X_AD_LabelCategory(Properties ctx, int AD_LabelCategory_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_LabelCategory

      public X_AD_LabelCategory(Properties ctx, String AD_LabelCategory_UU, String trxName)
      Standard Constructor
    • X_AD_LabelCategory

      public X_AD_LabelCategory(Properties ctx, String AD_LabelCategory_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_LabelCategory

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