Class BatchWindow


  • public class BatchWindow
    extends java.lang.Object
    Author:
    Svetlana Dorokhova.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Date end  
      java.util.Date start  
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchWindow()  
      BatchWindow​(java.util.Date start, java.util.Date end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getEnd()  
      java.util.Date getStart()  
      boolean isWithin​(java.util.Date date)  
      void setEnd​(java.util.Date end)  
      void setStart​(java.util.Date start)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        public java.util.Date start
      • end

        public java.util.Date end
    • Constructor Detail

      • BatchWindow

        public BatchWindow()
      • BatchWindow

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

      • getStart

        public java.util.Date getStart()
      • setStart

        public void setStart​(java.util.Date start)
      • getEnd

        public java.util.Date getEnd()
      • setEnd

        public void setEnd​(java.util.Date end)
      • isWithin

        public boolean isWithin​(java.util.Date date)