Interface IWaterUserContractRef

All Superinterfaces:
XmlString
All Known Implementing Classes:
JDomWaterUserContractRef

public interface IWaterUserContractRef extends XmlString
  • Field Details

  • Method Details

    • setContractName

      void setContractName(String contractName)
      Sets the contract name.
      Parameters:
      contractName - the new contract name
    • getContractName

      String getContractName()
      Gets the contract name.
      Returns:
      the contract name
    • setWaterUser

      void setWaterUser(IWaterUser contractWaterUser)
      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