databeans
Class DateRange
java.lang.Object
databeans.DateRange
- All Implemented Interfaces:
- java.io.Serializable
- public class DateRange
- extends java.lang.Object
- implements java.io.Serializable
Bean used to create a array of dates from the start to stop.
- Version:
- 0.1
- Author:
- gswalters
- See Also:
- Serialized Form
|
Constructor Summary |
DateRange()
Construct a default DateRange with an empty array. |
DateRange(java.sql.Timestamp start,
java.sql.Timestamp stop)
Construct a DateRange array from a start and stop date. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateRange
public DateRange()
- Construct a default DateRange with an empty array.
DateRange
public DateRange(java.sql.Timestamp start,
java.sql.Timestamp stop)
- Construct a DateRange array from a start and stop date.
- Parameters:
start - Timestamp containing the start datestop - Timestamp containing the stop date
getDateRange
public java.util.ArrayList getDateRange()
getStart
public java.lang.String getStart()
getStop
public java.lang.String getStop()