Class ComponentI18N
- java.lang.Object
-
- org.silverpeas.core.i18n.BeanTranslation
-
- org.silverpeas.core.admin.component.model.ComponentI18N
-
- All Implemented Interfaces:
Serializable
,ResourceTranslation
,Translation
,Identifiable
public class ComponentI18N extends BeanTranslation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComponentI18N()
ComponentI18N(String lang, String name, String description)
ComponentI18N(ComponentI18N translation)
ComponentI18N(ComponentInstanceI18NRow row)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.i18n.BeanTranslation
copy, getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
-
-
-
-
Constructor Detail
-
ComponentI18N
protected ComponentI18N()
-
ComponentI18N
public ComponentI18N(ComponentI18N translation)
-
ComponentI18N
public ComponentI18N(ComponentInstanceI18NRow row)
-
-