Class EventsFilterHelper.DateRange

    • Constructor Detail

      • DateRange

        public DateRange()
        Default constructor.
      • DateRange

        public DateRange​(Date startDate,
                         Date endDate)
        Constructor with params.
        Parameters:
        startDate - The event's start date
        endDate - The event's end date
    • Method Detail

      • getStartDate

        public Date getStartDate()
        Get the startDate.
        Returns:
        the startDate
      • setStartDate

        public void setStartDate​(Date startDate)
        Set the startDate.
        Parameters:
        startDate - the startDate to set
      • getEndDate

        public Date getEndDate()
        Get the endDate.
        Returns:
        the endDate
      • setEndDate

        public void setEndDate​(Date endDate)
        Set the endDate.
        Parameters:
        endDate - the endDate to set