Class MSchedulerPara

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

public class MSchedulerPara extends X_AD_Scheduler_Para implements ImmutablePOSupport, IProcessParameter
Scheduler Parameter Model
Version:
$Id: MSchedulerPara.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MSchedulerPara

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

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

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

      public MSchedulerPara(MSchedulerPara copy)
      Copy constructor
      Parameters:
      copy -
    • MSchedulerPara

      public MSchedulerPara(Properties ctx, MSchedulerPara copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MSchedulerPara

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