Package hec.data.watersupply
Interface IWaterUserContractRef
- All Superinterfaces:
XmlString
- All Known Implementing Classes:
JDomWaterUserContractRef
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the contract name.Gets the contract water user.voidsetContractName(String contractName) Sets the contract name.voidsetWaterUser(IWaterUser contractWaterUser) Sets the contract water user.Methods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
CONTRACT_NAME
- See Also:
-
CONTRACT_WATER_USER
- See Also:
-
-
Method Details
-
setContractName
Sets the contract name.- Parameters:
contractName- the new contract name
-
getContractName
String getContractName()Gets the contract name.- Returns:
- the contract name
-
setWaterUser
Sets the contract water user.- Parameters:
contractWaterUser- the new contract water user
-
getWaterUser
IWaterUser getWaterUser()Gets the contract water user.- Returns:
- the contract water user
-