Interface DescriptionAccessor.DescriptionMutator

All Known Subinterfaces:
DescriptionAccessor.DescriptionProperty
Enclosing interface:
DescriptionAccessor

public static interface DescriptionAccessor.DescriptionMutator
Provides a mutator for a description property.
  • Method Summary

    Modifier and Type Method Description
    void setDescription​(String aDescription)
    Sets the description for the description property.
  • Method Details

    • setDescription

      void setDescription​(String aDescription)
      Sets the description for the description property.
      Parameters:
      aDescription - The description to be stored by the description property.