Class SilverContentI18N
- java.lang.Object
-
- org.silverpeas.core.i18n.BeanTranslation
-
- org.silverpeas.core.contribution.contentcontainer.content.SilverContentI18N
-
- All Implemented Interfaces:
Serializable
,ResourceTranslation
,Translation
,Identifiable
- Direct Known Subclasses:
GlobalSilverContentI18N
,SearchResultTranslation
public class SilverContentI18N extends BeanTranslation implements Serializable
This class allows the result jsp page of the global search to show all features (name, description, location)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SilverContentI18N()
SilverContentI18N(String language, String name, String description)
SilverContentI18N(SilverContentI18N 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
-
SilverContentI18N
protected SilverContentI18N()
-
SilverContentI18N
public SilverContentI18N(SilverContentI18N translation)
-
-