Interface FullNameAccessor.FullNameMutator

All Known Subinterfaces:
FullNameAccessor.FullNameProperty
Enclosing interface:
FullNameAccessor

public static interface FullNameAccessor.FullNameMutator
Provides a mutator for a full name property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFullName(String aFullName)
    Sets the full name for the full name property.
  • Method Details

    • setFullName

      void setFullName(String aFullName)
      Sets the full name for the full name property.
      Parameters:
      aFullName - The full name to be stored by the full name property.