Class StreamflowMeasurementRef

java.lang.Object
hec.data.streamflow.StreamflowMeasurementRef
All Implemented Interfaces:
Comparable<StreamflowMeasurementRef>

public class StreamflowMeasurementRef extends Object implements Comparable<StreamflowMeasurementRef>
  • Constructor Details

    • StreamflowMeasurementRef

      public StreamflowMeasurementRef()
  • Method Details

    • getLocationRef

      public LocationTemplate getLocationRef()
    • setLocationRef

      public void setLocationRef(LocationTemplate locationRef)
    • getMeasurementNumber

      public String getMeasurementNumber()
    • setMeasurementNumber

      public void setMeasurementNumber(String measurementNumber)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getOfficeId

      public String getOfficeId()
    • setOfficeId

      public void setOfficeId(String officeId)
    • getLocationId

      public String getLocationId()
    • setLocationId

      public void setLocationId(String locationId)
    • setIsoDateString

      public void setIsoDateString(String strDate)
    • getIsoDateString

      public String getIsoDateString()
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getInstant

      public Instant getInstant()
    • setInstant

      public void setInstant(Instant date)
    • compareTo

      public int compareTo(StreamflowMeasurementRef o)
      Specified by:
      compareTo in interface Comparable<StreamflowMeasurementRef>