Interface CommentAccessor.CommentMutator

All Known Subinterfaces:
CommentAccessor.CommentProperty
Enclosing interface:
CommentAccessor

public static interface CommentAccessor.CommentMutator
Provides a mutator for a comment property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setComment(String aComment)
    Sets the comment for the comment property.
  • Method Details

    • setComment

      void setComment(String aComment)
      Sets the comment for the comment property.
      Parameters:
      aComment - The comment to be stored by the comment property.