Interface TitleAccessor.TitleMutator

All Known Subinterfaces:
TitleAccessor.TitleProperty
Enclosing interface:
TitleAccessor

public static interface TitleAccessor.TitleMutator
Provides a mutator for a title property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTitle(String aTitle)
    Sets the title for the title property.
  • Method Details

    • setTitle

      void setTitle(String aTitle)
      Sets the title for the title property.
      Parameters:
      aTitle - The title to be stored by the title property.