Class BatchWindow


  • public class BatchWindow
    extends Object
    Author:
    Svetlana Dorokhova.
    • Field Detail

      • start

        public Date start
      • end

        public Date end
    • Constructor Detail

      • BatchWindow

        public BatchWindow()
      • BatchWindow

        public BatchWindow​(Date start,
                           Date end)
    • Method Detail

      • getStart

        public Date getStart()
      • setStart

        public void setStart​(Date start)
      • getEnd

        public Date getEnd()
      • setEnd

        public void setEnd​(Date end)
      • isWithin

        public boolean isWithin​(Date date)