Class RegularTextTimeSeriesRow

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

@Deprecated(forRemoval=true) public class RegularTextTimeSeriesRow 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. Replaced by TextTimeSeriesRow
  • 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
    setTextId(String textId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTextValue(String textValue)
    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

    • RegularTextTimeSeriesRow

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

      public RegularTextTimeSeriesRow(RegularTextTimeSeriesRow regularTextTimeSeriesRow)
      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.
    • 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.
    • getTextId

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

      public void setTextId(String textId)
      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.
    • getTextValue

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

      public void setTextValue(String textValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • copy

      public RegularTextTimeSeriesRow copy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      copy in interface TextTimeSeriesRow
    • 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.