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 TypeMethodDescriptionintbooleangetDate()inthashCode()voidvoidsetInstant(Instant date) voidsetIsoDateString(String strDate) voidsetLocationId(String locationId) voidsetLocationRef(LocationTemplate locationRef) voidsetMeasurementNumber(String measurementNumber) voidsetOfficeId(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:
compareToin interfaceComparable<StreamflowMeasurementRef>
-