Class DateDateKey

java.lang.Object
hec.data.timeSeriesText.DateDateKey
All Implemented Interfaces:
Comparable<DateDateKey>

@Deprecated(forRemoval=true) public class DateDateKey extends Object implements Comparable<DateDateKey>
Deprecated, for removal: This API element is subject to removal in a future version.
This class is marked for removal and should not be used. Update to use hec-nucleus data types instead
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    DateDateKey(Date dateTime, Date dataEntryDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DateDateKey

      public DateDateKey(Date dateTime, Date dataEntryDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DateDateKey

      public DateDateKey(DateDateKey key)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDateTime

      public Date getDateTime()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDataEntryDate

      public Date getDataEntryDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • compareTo

      public int compareTo(DateDateKey o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      compareTo in interface Comparable<DateDateKey>