Class X_C_PaymentBatch

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_PaymentBatch
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_PaymentBatch, I_Persistent, Evaluatee
Direct Known Subclasses:
MPaymentBatch

public class X_C_PaymentBatch extends PO implements I_C_PaymentBatch, I_Persistent
Generated Model for C_PaymentBatch
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_PaymentBatch

      public X_C_PaymentBatch(Properties ctx, int C_PaymentBatch_ID, String trxName)
      Standard Constructor
    • X_C_PaymentBatch

      public X_C_PaymentBatch(Properties ctx, int C_PaymentBatch_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_PaymentBatch

      public X_C_PaymentBatch(Properties ctx, String C_PaymentBatch_UU, String trxName)
      Standard Constructor
    • X_C_PaymentBatch

      public X_C_PaymentBatch(Properties ctx, String C_PaymentBatch_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_PaymentBatch

      public X_C_PaymentBatch(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      1 - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setC_PaymentBatch_ID

      public void setC_PaymentBatch_ID(int C_PaymentBatch_ID)
      Set Payment Batch.
      Specified by:
      setC_PaymentBatch_ID in interface I_C_PaymentBatch
      Parameters:
      C_PaymentBatch_ID - Payment batch for EFT
    • getC_PaymentBatch_ID

      public int getC_PaymentBatch_ID()
      Get Payment Batch.
      Specified by:
      getC_PaymentBatch_ID in interface I_C_PaymentBatch
      Returns:
      Payment batch for EFT
    • setC_PaymentBatch_UU

      public void setC_PaymentBatch_UU(String C_PaymentBatch_UU)
      Set C_PaymentBatch_UU.
      Specified by:
      setC_PaymentBatch_UU in interface I_C_PaymentBatch
      Parameters:
      C_PaymentBatch_UU - C_PaymentBatch_UU
    • getC_PaymentBatch_UU

      public String getC_PaymentBatch_UU()
      Get C_PaymentBatch_UU.
      Specified by:
      getC_PaymentBatch_UU in interface I_C_PaymentBatch
      Returns:
      C_PaymentBatch_UU
    • getC_PaymentProcessor

      public I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException
      Specified by:
      getC_PaymentProcessor in interface I_C_PaymentBatch
      Throws:
      RuntimeException
    • setC_PaymentProcessor_ID

      public void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
      Set Payment Processor.
      Specified by:
      setC_PaymentProcessor_ID in interface I_C_PaymentBatch
      Parameters:
      C_PaymentProcessor_ID - Payment processor for electronic payments
    • getC_PaymentProcessor_ID

      public int getC_PaymentProcessor_ID()
      Get Payment Processor.
      Specified by:
      getC_PaymentProcessor_ID in interface I_C_PaymentBatch
      Returns:
      Payment processor for electronic payments
    • setDocumentNo

      public void setDocumentNo(String DocumentNo)
      Set Document No.
      Specified by:
      setDocumentNo in interface I_C_PaymentBatch
      Parameters:
      DocumentNo - Document sequence number of the document
    • getDocumentNo

      public String getDocumentNo()
      Get Document No.
      Specified by:
      getDocumentNo in interface I_C_PaymentBatch
      Returns:
      Document sequence number of the document
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_C_PaymentBatch
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_C_PaymentBatch
      Returns:
      Alphanumeric identifier of the entity
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_C_PaymentBatch
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_C_PaymentBatch
      Returns:
      The document has been processed
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_C_PaymentBatch
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_C_PaymentBatch
      Returns:
      Process Now
    • setProcessingDate

      public void setProcessingDate(Timestamp ProcessingDate)
      Set Processing date.
      Specified by:
      setProcessingDate in interface I_C_PaymentBatch
      Parameters:
      ProcessingDate - Processing date
    • getProcessingDate

      public Timestamp getProcessingDate()
      Get Processing date.
      Specified by:
      getProcessingDate in interface I_C_PaymentBatch
      Returns:
      Processing date