Package jadex.rules.examples.helloworld
Class Message
- java.lang.Object
-
- jadex.rules.examples.helloworld.Message
-
public class Message extends java.lang.ObjectSimple java bean for a message.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringtextThe message text.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()Get the text.static booleangetText2(java.lang.String a)Get the text.voidsetText(java.lang.String text)Set the text.
-