类 DateRange


  • public class DateRange
    extends Object
    • 构造器详细资料

      • DateRange

        public DateRange()
      • DateRange

        public DateRange​(Date begin,
                         Date end)
    • 方法详细资料

      • getBegin

        public Date getBegin()
      • setBegin

        public void setBegin​(Date begin)
      • getEnd

        public Date getEnd()
      • setEnd

        public void setEnd​(Date end)