Package hec.data.streamflow
Class StreamflowMeasurementRef
java.lang.Object
hec.data.streamflow.StreamflowMeasurementRef
- All Implemented Interfaces:
Comparable<StreamflowMeasurementRef>
public class StreamflowMeasurementRef
extends Object
implements Comparable<StreamflowMeasurementRef>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getDate()
int
hashCode()
void
void
setInstant
(Instant date) void
setIsoDateString
(String strDate) void
setLocationId
(String locationId) void
setLocationRef
(LocationTemplate locationRef) void
setMeasurementNumber
(String measurementNumber) void
setOfficeId
(String officeId)
-
Constructor Details
-
StreamflowMeasurementRef
public StreamflowMeasurementRef()
-
-
Method Details
-
getLocationRef
-
setLocationRef
-
getMeasurementNumber
-
setMeasurementNumber
-
hashCode
public int hashCode() -
equals
-
getOfficeId
-
setOfficeId
-
getLocationId
-
setLocationId
-
setIsoDateString
-
getIsoDateString
-
getDate
-
setDate
-
getInstant
-
setInstant
-
compareTo
- Specified by:
compareTo
in interfaceComparable<StreamflowMeasurementRef>
-