Class MUserDefProcParameter

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

public class MUserDefProcParameter extends X_AD_UserDef_Proc_Parameter
User, role, organization or tenant overrides of process parameter model
Author:
raphael.gildo (devCoffee, www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MUserDefProcParameter

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

      public MUserDefProcParameter(Properties ctx, int AD_UserDef_Proc_Parameter_ID, String trxName)
      Parameters:
      ctx -
      AD_UserDef_Proc_Parameter_ID -
      trxName -
    • MUserDefProcParameter

      public MUserDefProcParameter(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • get

      public static MUserDefProcParameter get(Properties ctx, int AD_Process_Para_ID, int AD_Process_ID)
      Get best matching MUserDefProcParameter for parameter and process
      Parameters:
      ctx -
      AD_Process_Para_ID -
      AD_Process_ID -
      Returns:
      MUserDefProcParameter or null