public class Message
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text
The message text.
|
Constructor and Description |
---|
Message()
Create a new message.
|
Message(java.lang.String text)
Create a new message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Get the text.
|
static boolean |
getText2(java.lang.String a)
Get the text.
|
void |
setText(java.lang.String text)
Set the text.
|