Package de.xima.fc.mdl.i18n
Class SystemMessageI18n
java.lang.Object
de.xima.fc.mdl.i18n.SystemMessageI18n
- All Implemented Interfaces:
Serializable
This class holds the localized name and message of a
SystemMessage
.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setI18nSource
(EI18nSource i18nSource) void
setMessage
(String message) void
-
Constructor Details
-
SystemMessageI18n
public SystemMessageI18n()
-
-
Method Details
-
getMessage
- Returns:
- The localized message of the
SystemMessage.getName()
-
getName
- Returns:
- The localized name of the
SystemMessage.getName()
-
setMessage
-
setName
-
getI18nSource
- Returns:
- Whether and how this language-specific variation is used.
-
setI18nSource
-