Package jadex.rules.examples.helloworld
Class Message
- java.lang.Object
-
- jadex.rules.examples.helloworld.Message
-
public class Message extends java.lang.Object
Simple java bean for a message.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
text
The message text.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-