Package org.compiere.impexp
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 Summary
Constructors Constructor Description BankStatementMatchInfo()
Standard Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getC_BPartner_ID()
Get matched BPartnerint
getC_Invoice_ID()
Get matched Invoiceint
getC_Payment_ID()
Get matched Paymentboolean
isMatched()
Do we have a match?void
setC_BPartner_ID(int C_BPartner_ID)
Set matched BPartnervoid
setC_Invoice_ID(int C_Invoice_ID)
Set matched Invoicevoid
setC_Payment_ID(int C_Payment_ID)
Set matched Payment
-
-
-
Method Detail
-
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
-
-