Class TreeNodeI18N
- java.lang.Object
-
- org.silverpeas.core.i18n.BeanTranslation
-
- org.silverpeas.core.pdc.tree.model.TreeNodeI18N
-
- All Implemented Interfaces:
Serializable
,ResourceTranslation
,Translation
,Identifiable
public class TreeNodeI18N extends BeanTranslation implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeNodeI18N()
TreeNodeI18N(String nodeId, String lang, String name, String description)
TreeNodeI18N(AxisHeaderI18N otherTranslation)
Constructs aTreeNodeI18N
representation of the specifiedAxisHeaderI18N
instance.TreeNodeI18N(TreeNodeI18N translation)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.i18n.BeanTranslation
copy, getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
-
-
-
-
Constructor Detail
-
TreeNodeI18N
public TreeNodeI18N()
-
TreeNodeI18N
public TreeNodeI18N(TreeNodeI18N translation)
-
TreeNodeI18N
public TreeNodeI18N(AxisHeaderI18N otherTranslation)
Constructs aTreeNodeI18N
representation of the specifiedAxisHeaderI18N
instance. They are two different presentations of the same bean translation and as such share the same identifier.- Parameters:
otherTranslation
- anAxisHeaderI18N
instance.
-
-