Interface IStreamReach

All Superinterfaces:
IStreamLocationTemplate, Modifiable
All Known Implementing Classes:
StreamReachImpl

public interface IStreamReach extends IStreamLocationTemplate, Modifiable
  • Method Details

    • getUpstreamStation

      Double getUpstreamStation()
    • setUpstreamStation

      void setUpstreamStation(Double station)
    • getDownstreamStation

      Double getDownstreamStation()
    • setDownstreamStation

      void setDownstreamStation(Double station)
    • getReachComments

      String getReachComments()
    • setReachComments

      void setReachComments(String comments)
    • setStreamId

      void setStreamId(String streamLocation)
    • setLocationId

      void setLocationId(String reachId)
    • getDownstreamLocationId

      String getDownstreamLocationId()
    • setDownstreamLocationId

      void setDownstreamLocationId(String locationId)
    • getUpstreamLocationId

      String getUpstreamLocationId()
    • setUpstreamLocationId

      void setUpstreamLocationId(String locationId)
    • equals

      boolean equals(Object obj)
      Overrides:
      equals in class Object
    • setConfigurationId

      void setConfigurationId(String configurationId)
    • getConfigurationId

      String getConfigurationId()
    • setOfficeId

      void setOfficeId(String officeId)