Class MSchedulerRecipient

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

public class MSchedulerRecipient extends X_AD_SchedulerRecipient implements ImmutablePOSupport
Scheduler Recipient Model
Version:
$Id: MSchedulerRecipient.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MSchedulerRecipient

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

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

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

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

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

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