java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DateRange

public final class DateRange extends Object
Defines the range between two dates.
Since:
1.6.0
  • Constructor Details

    • DateRange

      public DateRange()
  • Method Details

    • isInDateRange

      public boolean isInDateRange(Date date)
      Checks whether the date is in date range.
      Parameters:
      date - the date
      Returns:
      true, if Date is in date range
    • setStartDate

      public void setStartDate(Date startDate)
      Specifies the start date.
    • setEndDate

      public void setEndDate(Date endDate)
      Specifies the end date.
    • getStartDate

      public Date getStartDate()
      Returns the start date.
    • getEndDate

      public Date getEndDate()
      Returns the end date.