Package hec.data.watersupply
Interface IWaterUser
- All Superinterfaces:
ILocationChild
,Modifiable
,XmlString
- All Known Implementing Classes:
JDomWaterUserImpl
The Interface WaterUser.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the entity name.Gets the water user project loc.Gets the water right.void
setEntityName
(String entityName) Sets the entity name.void
setParentLocationRef
(LocationTemplate waterUserProjectLoc) Sets the water user project loc.void
setWaterRight
(String waterRight) Sets the water right.Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
ENTITY_NAME
- See Also:
-
WATER_RIGHT
- See Also:
-
WATER_USER_PROJECT_LOCATION
- See Also:
-
-
Method Details
-
setParentLocationRef
Sets the water user project loc.- Specified by:
setParentLocationRef
in interfaceILocationChild
- Parameters:
waterUserProjectLoc
- the new water user project loc
-
getParentLocationRef
LocationTemplate getParentLocationRef()Gets the water user project loc.- Specified by:
getParentLocationRef
in interfaceILocationChild
- Returns:
- the water user project loc
-
setEntityName
Sets the entity name.- Parameters:
entityName
- the new entity name
-
getEntityName
String getEntityName()Gets the entity name.- Returns:
- the entity name
-
setWaterRight
Sets the water right.- Parameters:
waterRight
- the new water right
-
getWaterRight
String getWaterRight()Gets the water right.- Returns:
- the water right
-