Interface MessageAccessor.MessageMutator

All Known Subinterfaces:
MessageAccessor.MessageProperty
Enclosing interface:
MessageAccessor

public static interface MessageAccessor.MessageMutator
Provides a mutator for a message property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMessage(String aMessage)
    Sets the message for the message property.
  • Method Details

    • setMessage

      void setMessage(String aMessage)
      Sets the message for the message property.
      Parameters:
      aMessage - The message to be stored by the message property.