Class MLabelCategory

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

public class MLabelCategory extends X_AD_LabelCategory implements ImmutablePOSupport
Label Category Model
See Also:
  • Constructor Details

    • MLabelCategory

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

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

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

      public MLabelCategory(MLabelCategory copy)
      Copy Constructor
      Parameters:
      copy -
    • MLabelCategory

      public MLabelCategory(Properties ctx, MLabelCategory copy)
      Copy Constructor
      Parameters:
      ctx -
      copy -
    • MLabelCategory

      public MLabelCategory(Properties ctx, MLabelCategory copy, String trxName)
      Copy Constructor
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details