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 SummaryFields Modifier and Type Field Description protected java.lang.StringtextThe message text.
 - 
Method SummaryAll 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.
 
-