Uses of Class
com.funnelback.publicui.search.model.curator.data.Message
-
Packages that use Message Package Description com.funnelback.publicui.search.model.curator.action Provides classes representing Curator system actions. -
-
Uses of Message in com.funnelback.publicui.search.model.curator.action
Fields in com.funnelback.publicui.search.model.curator.action declared as Message Modifier and Type Field Description private Message
DisplayMessage. message
The message to display when this action is performed.Methods in com.funnelback.publicui.search.model.curator.action that return Message Modifier and Type Method Description Message
DisplayMessage. getMessage()
The message to display when this action is performed.Methods in com.funnelback.publicui.search.model.curator.action with parameters of type Message Modifier and Type Method Description void
DisplayMessage. setMessage(Message message)
The message to display when this action is performed.
-