Class MPaymentBatch

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

public class MPaymentBatch extends X_C_PaymentBatch
Payment Batch Model
Version:
$Id: MPaymentBatch.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MPaymentBatch

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

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

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

      public MPaymentBatch(MPaySelection ps)
      Parent Constructor
      Parameters:
      ps - Pay Selection
  • Method Details

    • getForPaySelection

      public static MPaymentBatch getForPaySelection(Properties ctx, int C_PaySelection_ID, String trxName)
      Get Payment Batch for PaySelection
      Parameters:
      ctx - context
      C_PaySelection_ID - id
      trxName - transaction
      Returns:
      payment batch