Class TemporalExtent

  • All Implemented Interfaces:
    Pages

    public class TemporalExtent
    extends java.lang.Object
    implements Pages
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FROM  
      static java.lang.String TO  
    • Constructor Summary

      Constructors 
      Constructor Description
      TemporalExtent​(java.time.LocalDateTime from, java.time.LocalDateTime to)  
    • Constructor Detail

      • TemporalExtent

        public TemporalExtent​(java.time.LocalDateTime from,
                              java.time.LocalDateTime to)
    • Method Detail

      • getFrom

        public java.time.LocalDateTime getFrom()
      • getTo

        public java.time.LocalDateTime getTo()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object