Package org.refcodes.rest
Interface HomeUrlAccessor.HomeUrlMutator
-
- All Known Subinterfaces:
HomeUrlAccessor.HomeUrlProperty
- Enclosing interface:
- HomeUrlAccessor
public static interface HomeUrlAccessor.HomeUrlMutator
Provides a mutator for a homeUrl
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setHomeUrl(org.refcodes.net.Url aHomeUrl)
Sets the homeUrl
for the homeUrl
property.
-