Class Multilang
- java.lang.Object
-
- org.silverpeas.core.admin.component.model.Multilang
-
public class Multilang extends Object
A message translated in several languages, each of them supported by Silverpeas.
-
-
Constructor Summary
Constructors Constructor Description Multilang()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Message>
getMessage()
Gets the value of the message property.
-
-
-
Method Detail
-
getMessage
public List<Message> getMessage()
Gets the value of the message property.This accessor method returns a reference to the live list, not a snapshot. Therefore, any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the message property.For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
Message
-
-