Package hec.data.stream
Interface IStream
- All Superinterfaces:
IStreamLocationTemplate
,Modifiable
- All Known Implementing Classes:
StreamImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
This represents the location ID in the database, such as 'WTYT2' This may be the same as the stream Id (such as when the object is an IStream)default LocationTemplate
void
setAverageSlope
(Double slope) void
setComment
(String comment) void
setDivertsFromBank
(String bank) void
setDivertsFromStation
(Double station) void
setDivertsFromStream
(String stream) void
setFlowsIntoBank
(String bank) void
setFlowsIntoStation
(Double station) void
setFlowsIntoStream
(String stream) void
void
setOfficeId
(String officeId) void
void
setStreamId
(String streamId) Methods inherited from interface hec.data.stream.IStreamLocationTemplate
getOfficeId, getStreamId
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
-
Method Details
-
setFlowsIntoStream
-
getFlowsIntoStream
String getFlowsIntoStream() -
setFlowsIntoStation
-
getFlowsIntoStation
Double getFlowsIntoStation() -
setFlowsIntoBank
-
getFlowsIntoBank
String getFlowsIntoBank() -
setDivertsFromStream
-
getDivertsFromStream
String getDivertsFromStream() -
setDivertsFromStation
-
getDivertsFromStation
Double getDivertsFromStation() -
setDivertsFromBank
-
getDivertsFromBank
String getDivertsFromBank() -
setLength
-
getLength
Double getLength() -
setAverageSlope
-
getAverageSlope
Double getAverageSlope() -
setComment
-
getComment
String getComment() -
setStreamId
-
startsDownstream
Boolean startsDownstream() -
setStartsDownstream
-
setOfficeId
-
getLocationId
Description copied from interface:IStreamLocationTemplate
This represents the location ID in the database, such as 'WTYT2' This may be the same as the stream Id (such as when the object is an IStream)- Specified by:
getLocationId
in interfaceIStreamLocationTemplate
- Returns:
-
getLocationTemplate
-