Class DateRange

    • Constructor Detail

      • DateRange

        public DateRange()
      • DateRange

        public DateRange​(Date from,
                         Date to)
    • Method Detail

      • getFrom

        public Date getFrom()
      • setFrom

        public void setFrom​(Date from)
      • getTo

        public Date getTo()
      • setTo

        public void setTo​(Date to)