Package hec.data.stream
Class StreamImpl
java.lang.Object
hec.data.stream.StreamImpl
- All Implemented Interfaces:
IStream
,IStreamLocationTemplate
,Modifiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
deepEquals
(Object o) boolean
int
hashCode()
boolean
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
setModified
(boolean modified) void
setOfficeId
(String officeId) void
void
setStreamId
(String streamId) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface hec.data.stream.IStream
getLocationId
-
Constructor Details
-
StreamImpl
public StreamImpl() -
StreamImpl
-
-
Method Details
-
setFlowsIntoStream
- Specified by:
setFlowsIntoStream
in interfaceIStream
-
getFlowsIntoStream
- Specified by:
getFlowsIntoStream
in interfaceIStream
-
setFlowsIntoStation
- Specified by:
setFlowsIntoStation
in interfaceIStream
-
getFlowsIntoStation
- Specified by:
getFlowsIntoStation
in interfaceIStream
-
setFlowsIntoBank
- Specified by:
setFlowsIntoBank
in interfaceIStream
-
getFlowsIntoBank
- Specified by:
getFlowsIntoBank
in interfaceIStream
-
setDivertsFromStream
- Specified by:
setDivertsFromStream
in interfaceIStream
-
getDivertsFromStream
- Specified by:
getDivertsFromStream
in interfaceIStream
-
setDivertsFromStation
- Specified by:
setDivertsFromStation
in interfaceIStream
-
getDivertsFromStation
- Specified by:
getDivertsFromStation
in interfaceIStream
-
setDivertsFromBank
- Specified by:
setDivertsFromBank
in interfaceIStream
-
getDivertsFromBank
- Specified by:
getDivertsFromBank
in interfaceIStream
-
setLength
-
getLength
-
setAverageSlope
- Specified by:
setAverageSlope
in interfaceIStream
-
getAverageSlope
- Specified by:
getAverageSlope
in interfaceIStream
-
setComment
- Specified by:
setComment
in interfaceIStream
-
getComment
- Specified by:
getComment
in interfaceIStream
-
setStreamId
- Specified by:
setStreamId
in interfaceIStream
-
getStreamId
- Specified by:
getStreamId
in interfaceIStreamLocationTemplate
-
startsDownstream
- Specified by:
startsDownstream
in interfaceIStream
-
setStartsDownstream
- Specified by:
setStartsDownstream
in interfaceIStream
-
getOfficeId
- Specified by:
getOfficeId
in interfaceIStreamLocationTemplate
-
setOfficeId
- Specified by:
setOfficeId
in interfaceIStream
-
toString
-
getLocationTemplate
- Specified by:
getLocationTemplate
in interfaceIStream
-
equals
-
deepEquals
-
hashCode
public int hashCode() -
isModified
public boolean isModified()- Specified by:
isModified
in interfaceModifiable
-
setModified
public void setModified(boolean modified) - Specified by:
setModified
in interfaceModifiable
-