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 TypeMethodDescriptionbooleandeepEquals(Object o) booleaninthashCode()booleanvoidsetAverageSlope(Double slope) voidsetComment(String comment) voidsetDivertsFromBank(String bank) voidsetDivertsFromStation(Double station) voidsetDivertsFromStream(String stream) voidsetFlowsIntoBank(String bank) voidsetFlowsIntoStation(Double station) voidsetFlowsIntoStream(String stream) voidvoidsetModified(boolean modified) voidsetOfficeId(String officeId) voidvoidsetStreamId(String streamId) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface hec.data.stream.IStream
getLocationId
-
Constructor Details
-
StreamImpl
public StreamImpl() -
StreamImpl
-
-
Method Details
-
setFlowsIntoStream
- Specified by:
setFlowsIntoStreamin interfaceIStream
-
getFlowsIntoStream
- Specified by:
getFlowsIntoStreamin interfaceIStream
-
setFlowsIntoStation
- Specified by:
setFlowsIntoStationin interfaceIStream
-
getFlowsIntoStation
- Specified by:
getFlowsIntoStationin interfaceIStream
-
setFlowsIntoBank
- Specified by:
setFlowsIntoBankin interfaceIStream
-
getFlowsIntoBank
- Specified by:
getFlowsIntoBankin interfaceIStream
-
setDivertsFromStream
- Specified by:
setDivertsFromStreamin interfaceIStream
-
getDivertsFromStream
- Specified by:
getDivertsFromStreamin interfaceIStream
-
setDivertsFromStation
- Specified by:
setDivertsFromStationin interfaceIStream
-
getDivertsFromStation
- Specified by:
getDivertsFromStationin interfaceIStream
-
setDivertsFromBank
- Specified by:
setDivertsFromBankin interfaceIStream
-
getDivertsFromBank
- Specified by:
getDivertsFromBankin interfaceIStream
-
setLength
-
getLength
-
setAverageSlope
- Specified by:
setAverageSlopein interfaceIStream
-
getAverageSlope
- Specified by:
getAverageSlopein interfaceIStream
-
setComment
- Specified by:
setCommentin interfaceIStream
-
getComment
- Specified by:
getCommentin interfaceIStream
-
setStreamId
- Specified by:
setStreamIdin interfaceIStream
-
getStreamId
- Specified by:
getStreamIdin interfaceIStreamLocationTemplate
-
startsDownstream
- Specified by:
startsDownstreamin interfaceIStream
-
setStartsDownstream
- Specified by:
setStartsDownstreamin interfaceIStream
-
getOfficeId
- Specified by:
getOfficeIdin interfaceIStreamLocationTemplate
-
setOfficeId
- Specified by:
setOfficeIdin interfaceIStream
-
toString
-
getLocationTemplate
- Specified by:
getLocationTemplatein interfaceIStream
-
equals
-
deepEquals
-
hashCode
public int hashCode() -
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceModifiable
-
setModified
public void setModified(boolean modified) - Specified by:
setModifiedin interfaceModifiable
-