com.moneydance.apps.md.model
Class DateTxnFilter

java.lang.Object
  extended by com.moneydance.apps.md.model.DateTxnFilter
All Implemented Interfaces:
TxnFilter

public final class DateTxnFilter
extends java.lang.Object
implements TxnFilter

Objects of this type define a filter for transactions based on the date of the transaction.


Constructor Summary
DateTxnFilter(DateRange dateRange)
           
 
Method Summary
 boolean containsTxn(AbstractTxn txn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTxnFilter

public DateTxnFilter(DateRange dateRange)
Method Detail

containsTxn

public final boolean containsTxn(AbstractTxn txn)
Specified by:
containsTxn in interface TxnFilter