Class EJBStandardDateRange

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean encloses​(java.util.Date check)  
      java.util.Date getEnd()  
      java.util.Date getStart()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EJBStandardDateRange

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

      • getStart

        public java.util.Date getStart()
      • getEnd

        public java.util.Date getEnd()
      • encloses

        public boolean encloses​(java.util.Date check)
        Specified by:
        encloses in interface EJBDateRange
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object