Class MBankStatementMatcher

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

public class MBankStatementMatcher extends X_C_BankStatementMatcher
Bank Statement Matcher Configuration
Version:
$Id: MBankStatementMatcher.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MBankStatementMatcher

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

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

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

    • getMatchers

      public static MBankStatementMatcher[] getMatchers(Properties ctx, String trxName)
      Get Bank Statement Matcher Configuration
      Parameters:
      ctx - context
      trxName - transaction
      Returns:
      matchers
    • isMatcherValid

      public boolean isMatcherValid()
      Is Matcher Valid
      Returns:
      true if valid
    • getMatcher

      public BankStatementMatcherInterface getMatcher()
      Get matcher instance
      Returns:
      Matcher Instance