Interface DomainAccessor.DomainMutator

All Known Subinterfaces:
DomainAccessor.DomainProperty
Enclosing interface:
DomainAccessor

public static interface DomainAccessor.DomainMutator
Provides a mutator for a domain property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDomain(String aDomain)
    Sets the domain for the domain property.
  • Method Details

    • setDomain

      void setDomain(String aDomain)
      Sets the domain for the domain property.
      Parameters:
      aDomain - The domain to be stored by the domain property.