Package org.silverpeas.core.i18n
Interface ResourceTranslation
-
- All Superinterfaces:
Identifiable
,Serializable
,Translation
- All Known Implementing Classes:
AxisHeaderI18N
,BeanTranslation
,ComponentI18N
,GlobalSilverContentI18N
,HistorisedDocument
,HistorisedDocumentVersion
,NodeI18NDetail
,PublicationI18N
,SearchResultTranslation
,SilverContentI18N
,SimpleDocument
,SimpleDocumentVersion
,SpaceI18N
,TreeNodeI18N
public interface ResourceTranslation extends Translation, Identifiable, Serializable
Translation about the properties of a resource in Silverpeas.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Gets the description about the resource in the underlying language.String
getName()
Gets the name of the resource in the underlying language.-
Methods inherited from interface org.silverpeas.core.Identifiable
getId
-
Methods inherited from interface org.silverpeas.core.i18n.Translation
getLanguage
-
-
-
-
Method Detail
-
getName
String getName()
Gets the name of the resource in the underlying language.- Returns:
- the localized name or title of the resource.
-
getDescription
String getDescription()
Gets the description about the resource in the underlying language.- Returns:
- a localized short description about the resource.
-
-