Class X_HR_Concept_Category

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

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

    • X_HR_Concept_Category

      public X_HR_Concept_Category(Properties ctx, int HR_Concept_Category_ID, String trxName)
      Standard Constructor
    • X_HR_Concept_Category

      public X_HR_Concept_Category(Properties ctx, int HR_Concept_Category_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_Concept_Category

      public X_HR_Concept_Category(Properties ctx, String HR_Concept_Category_UU, String trxName)
      Standard Constructor
    • X_HR_Concept_Category

      public X_HR_Concept_Category(Properties ctx, String HR_Concept_Category_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_Concept_Category

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