Class MLabelCategoryTable

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_LabelCategoryTable, I_Persistent, Evaluatee

public class MLabelCategoryTable extends X_AD_LabelCategoryTable
Label Category Table Model
See Also:
  • Constructor Details

    • MLabelCategoryTable

      public MLabelCategoryTable(Properties ctx, String AD_LabelCategoryTable_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_LabelCategoryTable_UU - UUID key
      trxName - Transaction
    • MLabelCategoryTable

      public MLabelCategoryTable(Properties ctx, int AD_LabelCategoryTable_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      AD_LabelCategoryTable_ID - id
      trxName - transaction
    • MLabelCategoryTable

      public MLabelCategoryTable(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction