-
- All Known Subinterfaces:
MessageAccessor.MessageProperty
- Enclosing interface:
- MessageAccessor
public static interface MessageAccessor.MessageMutator
Provides a mutator for a message property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMessage(String aMessage)
Sets the message for the message property.
-
-
-
Method Detail
-
setMessage
void setMessage(String aMessage)
Sets the message for the message property.- Parameters:
aMessage
- The message to be stored by the message property.
-
-