Package de.xima.fc.mdl.i18n
Class SystemMessageI18n
- java.lang.Object
-
- de.xima.fc.mdl.i18n.SystemMessageI18n
-
- All Implemented Interfaces:
Serializable
@Embeddable public class SystemMessageI18n extends Object implements Serializable
This class holds the localized name and message of aSystemMessage
.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemMessageI18n()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EI18nSource
getI18nSource()
String
getMessage()
String
getName()
void
setI18nSource(EI18nSource i18nSource)
void
setMessage(String message)
void
setName(String name)
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Returns:
- The localized message of the
SystemMessage.getName()
-
getName
public String getName()
- Returns:
- The localized name of the
SystemMessage.getName()
-
setMessage
public void setMessage(String message)
-
setName
public void setName(String name)
-
getI18nSource
public EI18nSource getI18nSource()
- Returns:
- Whether and how this language-specific variation is used.
-
setI18nSource
public void setI18nSource(EI18nSource i18nSource)
-
-