|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.tc.mobile.logging.MsgObject
public final class MsgObject
Message object, used to represent messages at runtime. Do not use this class directly. It is meant to be used by message class.
| Constructor Summary | |
|---|---|
MsgObject(java.lang.String key,
java.lang.String text)
Internal: Create a message object. |
|
MsgObject(java.lang.String key,
java.lang.String text,
java.lang.String shortKey,
java.lang.Class msgCls)
Internal: Create a message object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMsgText()
Get message text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsgObject(java.lang.String key,
java.lang.String text,
java.lang.String shortKey,
java.lang.Class msgCls)
key - message key (for logging).text - message text.shortKey - short key (for localization).msgCls - message class containing this message or null for non-translatable messages.
public MsgObject(java.lang.String key,
java.lang.String text)
key - message key.text - message text.| Method Detail |
|---|
public java.lang.String getMsgText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||