com.moneydance.apps.md.model
Interface TxnFilter

All Known Implementing Classes:
AccountTxnFilter, DateTxnFilter

public interface TxnFilter

Objects of this type define which transactions are a part of any given set.


Method Summary
 boolean containsTxn(AbstractTxn txn)
           
 

Method Detail

containsTxn

boolean containsTxn(AbstractTxn txn)