Class Message
- java.lang.Object
-
- org.silverpeas.core.admin.component.model.Message
-
public class Message extends Object
A textual message written in a given language. It is used to encode either a displayable text or a technical name of a component.
-
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLang()
Gets the ISO-639-1 code of the language in which the text.String
getValue()
Gets the text of the message.void
setLang(String value)
Sets the ISO-639-1 code of the language in which the text is written.void
setValue(String value)
Sets explicitly the text of this message.
-