Class StandardTextTimeSeriesRow

java.lang.Object
hec.data.timeSeriesText.StandardTextTimeSeriesRow
All Implemented Interfaces:
TextTimeSeriesRow

@Deprecated(forRemoval=true) public class StandardTextTimeSeriesRow extends Object implements TextTimeSeriesRow
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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    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.
     
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAttribute(Long attribute)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDataEntryDate(Date dataEntryDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDateTime(Date dateTime)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setIsNew(boolean tf)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setVersionDate(Date versionDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • StandardTextTimeSeriesRow

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

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

    • getDateDateKey

      public DateDateKey getDateDateKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDateDateKey in interface TextTimeSeriesRow
    • getDateTime

      public Date getDateTime()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDateTime in interface TextTimeSeriesRow
    • setDateTime

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

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

      public void setVersionDate(Date versionDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAttribute

      public Long getAttribute()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAttribute

      public void setAttribute(Long attribute)
      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.
      Specified by:
      getDataEntryDate in interface TextTimeSeriesRow
    • setDataEntryDate

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

      public StandardTextId getStandardTextId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStandardTextId

      public void setStandardTextId(StandardTextId standardTextId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStandardTextValue

      public StandardTextValue getStandardTextValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStandardTextValue

      public void setStandardTextValue(StandardTextValue standardTextValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isNew

      public boolean isNew()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIsNew

      public void setIsNew(boolean tf)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • copy

      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      copy in interface TextTimeSeriesRow