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 EI18nSourcegetI18nSource()StringgetMessage()StringgetName()voidsetI18nSource(EI18nSource i18nSource)voidsetMessage(String message)voidsetName(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)
 
 - 
 
 -