Interface HomeUrlAccessor.HomeUrlMutator

All Known Subinterfaces:
HomeUrlAccessor.HomeUrlProperty
Enclosing interface:
HomeUrlAccessor

public static interface HomeUrlAccessor.HomeUrlMutator
Provides a mutator for a home Url property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHomeUrl(org.refcodes.web.Url aHomeUrl)
    Sets the home Url for the home Url property.
  • Method Details

    • setHomeUrl

      void setHomeUrl(org.refcodes.web.Url aHomeUrl)
      Sets the home Url for the home Url property.
      Parameters:
      aHomeUrl - The home Url to be stored by the home Url property.