java.lang.Objecttelosys.objects.ScreenMessage
| Constructor Summary | |
ScreenMessage(number code,
string text,
number type)
Constructor |
|
| Method Summary | |
number |
getCode()
Returns the code of the message |
string |
getText()
Returns the text of the message |
number |
getType()
Returns the type of the message |
string |
toString_()
Returns the message description (code,text and type) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ScreenMessage(number code,
string text,
number type)
code - text - type - | Method Detail |
public number getCode()
public string getText()
public number getType()
public string toString_()