Class BankStatementMatchInfo

java.lang.Object
org.compiere.impexp.BankStatementMatchInfo

public class BankStatementMatchInfo extends Object
Bank Statement Match Information. Returned by Bank Statement Matcher.
Version:
$Id: BankStatementMatchInfo.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
  • Constructor Details

    • BankStatementMatchInfo

      public BankStatementMatchInfo()
      Standard Constructor
  • Method Details

    • isMatched

      public boolean isMatched()
      Do we have a match?
      Returns:
      true if something could be matched
    • getC_BPartner_ID

      public int getC_BPartner_ID()
      Get matched BPartner
      Returns:
      BPartner
    • setC_BPartner_ID

      public void setC_BPartner_ID(int C_BPartner_ID)
      Set matched BPartner
      Parameters:
      C_BPartner_ID - BPartner
    • getC_Payment_ID

      public int getC_Payment_ID()
      Get matched Payment
      Returns:
      Payment
    • setC_Payment_ID

      public void setC_Payment_ID(int C_Payment_ID)
      Set matched Payment
      Parameters:
      C_Payment_ID - payment
    • getC_Invoice_ID

      public int getC_Invoice_ID()
      Get matched Invoice
      Returns:
      invoice
    • setC_Invoice_ID

      public void setC_Invoice_ID(int C_Invoice_ID)
      Set matched Invoice
      Parameters:
      C_Invoice_ID - invoice