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.voidsetEntityName(String entityName) Sets the entity name.voidsetParentLocationRef(LocationTemplate waterUserProjectLoc) Sets the water user project loc.voidsetWaterRight(String waterRight) Sets the water right.Methods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods 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:
setParentLocationRefin interfaceILocationChild- Parameters:
waterUserProjectLoc- the new water user project loc
-
getParentLocationRef
LocationTemplate getParentLocationRef()Gets the water user project loc.- Specified by:
getParentLocationRefin 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
-