Interface NameAccessor.NameMutator

All Known Subinterfaces:
NameAccessor.NameProperty
Enclosing interface:
NameAccessor

public static interface NameAccessor.NameMutator
Provides a mutator for a name property.
  • Method Summary

    Modifier and Type Method Description
    void setName​(String aName)
    Sets the name for the name property.
  • Method Details

    • setName

      void setName​(String aName)
      Sets the name for the name property.
      Parameters:
      aName - The name to be stored by the name property.