All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.report.ByDateRangeSelector

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

public class ByDateRangeSelector
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.2 $
Author:
Ben Clifford

Constructor Index

 o ByDateRangeSelector(Date, Date)

Method Index

 o accept(Object)

Constructors

 o ByDateRangeSelector
 public ByDateRangeSelector(Date sd,
                            Date ed)

Methods

 o accept
 public boolean accept(Object o)

All Packages  Class Hierarchy  This Package  Previous  Next  Index