com.moneydance.apps.md.model
Class NullTxnFilter

java.lang.Object
  extended by com.moneydance.apps.md.model.NullTxnFilter

public final class NullTxnFilter
extends java.lang.Object

Objects of this type define a filter for transactions based on the account that they affect.


Constructor Summary
NullTxnFilter()
           
 
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

NullTxnFilter

public NullTxnFilter()
Method Detail

containsTxn

public final boolean containsTxn(AbstractTxn txn)