Class MAlertRecipient

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

public class MAlertRecipient extends X_AD_AlertRecipient
Alert Recipient
Version:
$Id: MAlertRecipient.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MAlertRecipient

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

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

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