All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.report.ByDateRangeAndAccountSelector

java.lang.Object
   |
   +----benno.account.report.ByDateRangeAndAccountSelector

public class ByDateRangeAndAccountSelector
extends Object
implements Selector
A transaction is selected if: i) It has a part in the specified account. ii) The date of that part is after the startDate iii) The date of that part if before the endDate Either date field may be set to null and that condition is ignored.

Version:
$Revision: 1.5 $
Author:
Ben Clifford

Constructor Index

 o ByDateRangeAndAccountSelector(Account, Date, Date)

Method Index

 o accept(Object)

Constructors

 o ByDateRangeAndAccountSelector
 public ByDateRangeAndAccountSelector(Account a,
                                      Date sd,
                                      Date ed)

Methods

 o accept
 public boolean accept(Object o)

All Packages  Class Hierarchy  This Package  Previous  Next  Index