Package hec.data.timeSeriesText
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.StandardTextTimeSeriesRow
(StandardTextTimeSeriesRow standardTextTimeSeriesRow) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncopy()
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
isNew()
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
setStandardTextId
(StandardTextId standardTextId) Deprecated, for removal: This API element is subject to removal in a future version.void
setStandardTextValue
(StandardTextValue standardTextValue) 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.
-
Constructor Details
-
StandardTextTimeSeriesRow
public StandardTextTimeSeriesRow()Deprecated, for removal: This API element is subject to removal in a future version. -
StandardTextTimeSeriesRow
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDateDateKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDateDateKey
in interfaceTextTimeSeriesRow
-
getDateTime
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDateTime
in interfaceTextTimeSeriesRow
-
setDateTime
Deprecated, for removal: This API element is subject to removal in a future version. -
getVersionDate
Deprecated, for removal: This API element is subject to removal in a future version. -
setVersionDate
Deprecated, for removal: This API element is subject to removal in a future version. -
getAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
setAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
getDataEntryDate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDataEntryDate
in interfaceTextTimeSeriesRow
-
setDataEntryDate
Deprecated, for removal: This API element is subject to removal in a future version. -
getStandardTextId
Deprecated, for removal: This API element is subject to removal in a future version. -
setStandardTextId
Deprecated, for removal: This API element is subject to removal in a future version. -
getStandardTextValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setStandardTextValue
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 interfaceTextTimeSeriesRow
-