Adempiere 3.5.2a

org.compiere.impexp
Class BankStatementMatchInfo

java.lang.Object
  extended by 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
BankStatementMatchInfo()
          Standard Constructor
 
Method Summary
 int getC_BPartner_ID()
          Get matched BPartner
 int getC_Invoice_ID()
          Get matched Invoice
 int getC_Payment_ID()
          Get matched Payment
 boolean isMatched()
          Do we have a match?
 void setC_BPartner_ID(int C_BPartner_ID)
          Set matched BPartner
 void setC_Invoice_ID(int C_Invoice_ID)
          Set matched Invoice
 void setC_Payment_ID(int C_Payment_ID)
          Set matched Payment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankStatementMatchInfo

public BankStatementMatchInfo()
Standard Constructor

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

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.